Uses of Interface
org.elasticsearch.index.query.QueryParser
-
Packages that use QueryParser Package Description org.elasticsearch.plugins -
-
Uses of QueryParser in org.elasticsearch.plugins
Constructors in org.elasticsearch.plugins with parameters of type QueryParser Constructor Description QuerySpec(String name, Writeable.Reader<T> reader, QueryParser<T> parser)Specification of customQuery.QuerySpec(ParseField name, Writeable.Reader<T> reader, QueryParser<T> parser)Specification of customQuery.
-