parent
ecb2e181ae
commit
254aa71693
|
@ -2,7 +2,7 @@
|
||||||
=== Filtered Query
|
=== Filtered Query
|
||||||
|
|
||||||
The `filtered` query is used to combine another query with any
|
The `filtered` query is used to combine another query with any
|
||||||
<<query-dsl-filters,filter>>). Filters are usually faster than queries because:
|
<<query-dsl-filters,filter>>. Filters are usually faster than queries because:
|
||||||
|
|
||||||
* they don't have to calculate the relevance `_score` for each document --
|
* they don't have to calculate the relevance `_score` for each document --
|
||||||
the answer is just a boolean ``Yes, the document matches the filter'' or
|
the answer is just a boolean ``Yes, the document matches the filter'' or
|
||||||
|
|
Loading…
Reference in New Issue