Uses of Interface
org.apache.lucene.queryparser.classic.QueryParserConstants
-
Packages that use QueryParserConstants Package Description org.apache.lucene.queryparser.classic org.elasticsearch.index.search -
-
Uses of QueryParserConstants in org.apache.lucene.queryparser.classic
Classes in org.apache.lucene.queryparser.classic that implement QueryParserConstants Modifier and Type Class Description classQueryParserThis class is generated by JavaCC.classQueryParserTokenManagerToken Manager.classXQueryParserThis class is just a workaround to makeQueryParserBase.handleBareFuzzy(String, Token, String)accessible by sub-classes. -
Uses of QueryParserConstants in org.elasticsearch.index.search
Classes in org.elasticsearch.index.search that implement QueryParserConstants Modifier and Type Class Description classQueryStringQueryParserAXQueryParserthat uses theMapperServicein order to build smarter queries based on the mapping information.
-