Merge pull request #11600 from ycombinator/gh-8862

Removing top-level filter parameter from search API.
This commit is contained in:
Shaunak Kashyap 2015-06-12 10:07:40 -07:00
commit ffc4255041
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ public class QueryPhase implements SearchPhase {
.put("query", new QueryParseElement())
.put("queryBinary", new QueryBinaryParseElement())
.put("query_binary", new QueryBinaryParseElement())
.put("filter", new PostFilterParseElement()) // For bw comp reason, should be removed in version 1.1
.put("post_filter", new PostFilterParseElement())
.put("postFilter", new PostFilterParseElement())
.put("filterBinary", new FilterBinaryParseElement())