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