Uses of Class
org.apache.lucene.luke.models.search.QueryParserConfig
-
Packages that use QueryParserConfig Package Description org.apache.lucene.luke.app.desktop.components.fragments.search UI parts embedded in tabsorg.apache.lucene.luke.models.search Models and APIs for the Search tab -
-
Uses of QueryParserConfig in org.apache.lucene.luke.app.desktop.components.fragments.search
Methods in org.apache.lucene.luke.app.desktop.components.fragments.search that return QueryParserConfig Modifier and Type Method Description QueryParserConfigQueryParserPaneProvider. getConfig()QueryParserConfigQueryParserTabOperator. getConfig() -
Uses of QueryParserConfig in org.apache.lucene.luke.models.search
Methods in org.apache.lucene.luke.models.search that return QueryParserConfig Modifier and Type Method Description QueryParserConfigQueryParserConfig.Builder. build()Methods in org.apache.lucene.luke.models.search with parameters of type QueryParserConfig Modifier and Type Method Description QuerySearch. parseQuery(String expression, String defField, Analyzer analyzer, QueryParserConfig config, boolean rewrite)Parses the specified query expression with given configurations.QuerySearchImpl. parseQuery(String expression, String defField, Analyzer analyzer, QueryParserConfig config, boolean rewrite)
-