Remove support for deprecated top level filter in search api
Replaced by post_filter since 1.0 Closes #8862
This commit is contained in:
parent
d7cd5ce60d
commit
69cd23d2f4
|
@ -92,7 +92,6 @@ public class QueryPhase implements SearchPhase {
|
|||
parseElements.put("query", new QueryParseElement());
|
||||
parseElements.put("queryBinary", new QueryBinaryParseElement());
|
||||
parseElements.put("query_binary", new QueryBinaryParseElement());
|
||||
parseElements.put("filter", new PostFilterParseElement()); // For bw comp reason, should be removed in version 1.1
|
||||
parseElements.put("post_filter", new PostFilterParseElement());
|
||||
parseElements.put("postFilter", new PostFilterParseElement());
|
||||
parseElements.put("filterBinary", new FilterBinaryParseElement());
|
||||
|
|
Loading…
Reference in New Issue