Uses of Interface
org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
-
Packages that use CommonQueryParserConfiguration Package Description org.apache.lucene.queryparser.classic org.elasticsearch.index.search -
-
Uses of CommonQueryParserConfiguration in org.apache.lucene.queryparser.classic
Classes in org.apache.lucene.queryparser.classic that implement CommonQueryParserConfiguration Modifier and Type Class Description classQueryParserThis class is generated by JavaCC.classQueryParserBaseThis class is overridden by QueryParser in QueryParser.jj and acts to separate the majority of the Java code from the .jj grammar file.classXQueryParserThis class is just a workaround to makeQueryParserBase.handleBareFuzzy(String, Token, String)accessible by sub-classes. -
Uses of CommonQueryParserConfiguration in org.elasticsearch.index.search
Classes in org.elasticsearch.index.search that implement CommonQueryParserConfiguration Modifier and Type Class Description classQueryStringQueryParserAXQueryParserthat uses theMapperServicein order to build smarter queries based on the mapping information.
-