A filtered query allows to filter the result of a (possibly complex)
query using a (possibly complex) filter.
Example: query : {
filtered_query: {
query: {
text_query: { fields: ["coupon_id"], search_phrase: "disabled" }
},
filter: {
term_filter: {
field: "enabled", operator: "is", values: [ false ]
}
}
}
}
Property |
Type |
Constraints |
Description |
filter |
Filter {BoolFilter, Range2Filter, RangeFilter, TermFilter, QueryFilter} |
mandatory=true, nullable=false |
The (possibly complex) filter object. |
query |
Query {BoolQuery, FilteredQuery, MatchAllQuery,
NestedQuery,
TermQuery, TextQuery} |
mandatory=true, nullable=false |
The query object. |
X
Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used and to tailor advertising. By continuing to use this site you are giving us your consent to do this.