| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryConfigHandler | |
|---|---|
| org.apache.lucene.queryParser.core | Contains the core classes of the flexible query parser framework | 
| org.apache.lucene.queryParser.core.processors | Interfaces and implementations used by query node processors | 
| org.apache.lucene.queryParser.standard | Contains the implementation of the Lucene query parser using the flexible query parser frameworks | 
| org.apache.lucene.queryParser.standard.config | Standard Lucene Query Configuration | 
| org.apache.lucene.queryParser.standard.processors | Lucene Query Node Processors | 
| Uses of QueryConfigHandler in org.apache.lucene.queryParser.core | 
|---|
| Methods in org.apache.lucene.queryParser.core that return QueryConfigHandler | |
|---|---|
|  QueryConfigHandler | QueryParserHelper.getQueryConfigHandler()Returns the query configuration handler, which is used during the query node tree processing. | 
| Methods in org.apache.lucene.queryParser.core with parameters of type QueryConfigHandler | |
|---|---|
|  void | QueryParserHelper.setQueryConfigHandler(QueryConfigHandler config)Sets the query configuration handler that will be used during query processing. | 
| Constructors in org.apache.lucene.queryParser.core with parameters of type QueryConfigHandler | |
|---|---|
| QueryParserHelper(QueryConfigHandler queryConfigHandler,
                  SyntaxParser syntaxParser,
                  QueryNodeProcessor processor,
                  QueryBuilder builder)Creates a query parser helper object using the specified configuration, text parser, processor and builder. | |
| Uses of QueryConfigHandler in org.apache.lucene.queryParser.core.processors | 
|---|
| Methods in org.apache.lucene.queryParser.core.processors that return QueryConfigHandler | |
|---|---|
|  QueryConfigHandler | QueryNodeProcessorImpl.getQueryConfigHandler()For reference about this method check: QueryNodeProcessor.getQueryConfigHandler(). | 
|  QueryConfigHandler | QueryNodeProcessor.getQueryConfigHandler()Returns the QueryConfigHandlerassociated to the query tree if any,
 otherwise it returnsnull | 
|  QueryConfigHandler | QueryNodeProcessorPipeline.getQueryConfigHandler()For reference about this method check: QueryNodeProcessor.getQueryConfigHandler(). | 
| Methods in org.apache.lucene.queryParser.core.processors with parameters of type QueryConfigHandler | |
|---|---|
|  void | QueryNodeProcessorImpl.setQueryConfigHandler(QueryConfigHandler queryConfigHandler)For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler). | 
|  void | QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler queryConfigHandler)Sets the QueryConfigHandlerassociated to the query tree. | 
|  void | QueryNodeProcessorPipeline.setQueryConfigHandler(QueryConfigHandler queryConfigHandler)For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler). | 
| Constructors in org.apache.lucene.queryParser.core.processors with parameters of type QueryConfigHandler | |
|---|---|
| QueryNodeProcessorImpl(QueryConfigHandler queryConfigHandler) | |
| QueryNodeProcessorPipeline(QueryConfigHandler queryConfigHandler)Constructs with a QueryConfigHandlerobject. | |
| Uses of QueryConfigHandler in org.apache.lucene.queryParser.standard | 
|---|
| Methods in org.apache.lucene.queryParser.standard that return QueryConfigHandler | |
|---|---|
|  QueryConfigHandler | QueryParserWrapper.getQueryConfigHandler()Deprecated. Returns the query config handler used by this query parser | 
| Uses of QueryConfigHandler in org.apache.lucene.queryParser.standard.config | 
|---|
| Subclasses of QueryConfigHandler in org.apache.lucene.queryParser.standard.config | |
|---|---|
|  class | StandardQueryConfigHandlerThis query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipelineprocessor pipeline. | 
| Constructors in org.apache.lucene.queryParser.standard.config with parameters of type QueryConfigHandler | |
|---|---|
| FieldBoostMapFCListener(QueryConfigHandler config) | |
| FieldDateResolutionFCListener(QueryConfigHandler config) | |
| Uses of QueryConfigHandler in org.apache.lucene.queryParser.standard.processors | 
|---|
| Methods in org.apache.lucene.queryParser.standard.processors that return QueryConfigHandler | |
|---|---|
|  QueryConfigHandler | GroupQueryNodeProcessor.getQueryConfigHandler() | 
| Methods in org.apache.lucene.queryParser.standard.processors with parameters of type QueryConfigHandler | |
|---|---|
|  void | GroupQueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler queryConfigHandler) | 
| Constructors in org.apache.lucene.queryParser.standard.processors with parameters of type QueryConfigHandler | |
|---|---|
| StandardQueryNodeProcessorPipeline(QueryConfigHandler queryConfig) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||