Enum SearchRequest.NaturalLanguageQueryUnderstandingSpec.ExtractedFilterBehavior (0.83.0)
Stay organized with collections
Save and categorize content based on your preferences.
EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED will use the default behavior
for extracted filters. For single datastore search, the default is to
apply as hard filters. For multi-datastore search, the default is to
apply as soft boosts.
EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED = 0;
EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED_VALUE
EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED will use the default behavior
for extracted filters. For single datastore search, the default is to
apply as hard filters. For multi-datastore search, the default is to
apply as soft boosts.
EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED = 0;
HARD_FILTER
Applies all extracted filters as hard filters on the results. Results
that do not pass the extracted filters will not be returned in the
result set.
HARD_FILTER = 1;
HARD_FILTER_VALUE
Applies all extracted filters as hard filters on the results. Results
that do not pass the extracted filters will not be returned in the
result set.
HARD_FILTER = 1;
SOFT_BOOST
Applies all extracted filters as soft boosts. Results that pass the
filters will be boosted up to higher ranks in the result set.
SOFT_BOOST = 2;
SOFT_BOOST_VALUE
Applies all extracted filters as soft boosts. Results that pass the
filters will be boosted up to higher ranks in the result set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]