Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::SearchRequest::NaturalLanguageQueryUnderstandingSpec::ExtractedFilterBehavior.
Enum describing how extracted filters are applied to the search.
Constants
EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED
value: 0 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.
HARD_FILTER
value: 1 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.
SOFT_BOOST
value: 2 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-04 UTC."],[],[]]