From f9da5259bc892aa26201824fedc18ea16ac83d44 Mon Sep 17 00:00:00 2001 From: Luke Fender Date: Thu, 5 Jun 2014 22:45:56 -0400 Subject: [PATCH] [DOCS] Fixed typo in post-filter.asciidoc Remove 'be' where it is not needed --- docs/reference/search/request/post-filter.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/request/post-filter.asciidoc b/docs/reference/search/request/post-filter.asciidoc index 489ea96c842..d506acc9ca0 100644 --- a/docs/reference/search/request/post-filter.asciidoc +++ b/docs/reference/search/request/post-filter.asciidoc @@ -10,7 +10,7 @@ docs that match with the rest of the query. An example of for what filter a post should be used for this reason is the `geo_distance` filter. The `geo_distance` filter is in general an expensive filter to execute and to reduce the execution time for this filter, one can choose to specify it as `post_filter`, so it runs on documents that are very likely -to be end up as matching documents. +to end up as matching documents. Another important reason is when doing things like facet navigation, sometimes only the hits are needed to be filtered by the chosen facet,