Uses of Class
org.apache.lucene.queryParser.core.config.QueryConfigHandler
-
Packages that use QueryConfigHandler Package Description org.apache.lucene.queryParser.core Contains the core classes of the flexible query parser frameworkorg.apache.lucene.queryParser.core.processors Interfaces and implementations used by query node processorsorg.apache.lucene.queryParser.precedence.processors This package contains the processors used by Precedence Query Parserorg.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworksorg.apache.lucene.queryParser.standard.config Standard Lucene Query Configurationorg.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 Modifier and Type Method Description QueryConfigHandlerQueryParserHelper. 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 Modifier and Type Method Description voidQueryParserHelper. 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 Constructor Description 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 Modifier and Type Method Description QueryConfigHandlerQueryNodeProcessor. getQueryConfigHandler()Returns theQueryConfigHandlerassociated to the query tree if any, otherwise it returnsnullQueryConfigHandlerQueryNodeProcessorImpl. getQueryConfigHandler()For reference about this method check:QueryNodeProcessor.getQueryConfigHandler().QueryConfigHandlerQueryNodeProcessorPipeline. getQueryConfigHandler()For reference about this method check:QueryNodeProcessor.getQueryConfigHandler().Methods in org.apache.lucene.queryParser.core.processors with parameters of type QueryConfigHandler Modifier and Type Method Description voidQueryNodeProcessor. setQueryConfigHandler(QueryConfigHandler queryConfigHandler)Sets theQueryConfigHandlerassociated to the query tree.voidQueryNodeProcessorImpl. setQueryConfigHandler(QueryConfigHandler queryConfigHandler)For reference about this method check:QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler).voidQueryNodeProcessorPipeline. 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 Constructor Description QueryNodeProcessorImpl(QueryConfigHandler queryConfigHandler)QueryNodeProcessorPipeline(QueryConfigHandler queryConfigHandler)Constructs with aQueryConfigHandlerobject. -
Uses of QueryConfigHandler in org.apache.lucene.queryParser.precedence.processors
Constructors in org.apache.lucene.queryParser.precedence.processors with parameters of type QueryConfigHandler Constructor Description PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler queryConfig) -
Uses of QueryConfigHandler in org.apache.lucene.queryParser.standard
Methods in org.apache.lucene.queryParser.standard that return QueryConfigHandler Modifier and Type Method Description QueryConfigHandlerQueryParserWrapper. 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 Modifier and Type Class Description classStandardQueryConfigHandlerThis query configuration handler is used for almost every processor defined in theStandardQueryNodeProcessorPipelineprocessor pipeline.Constructors in org.apache.lucene.queryParser.standard.config with parameters of type QueryConfigHandler Constructor Description FieldBoostMapFCListener(QueryConfigHandler config)FieldDateResolutionFCListener(QueryConfigHandler config)NumericFieldConfigListener(QueryConfigHandler config)Construcs aNumericFieldConfigListenerobject using the givenQueryConfigHandler. -
Uses of QueryConfigHandler in org.apache.lucene.queryParser.standard.processors
Methods in org.apache.lucene.queryParser.standard.processors that return QueryConfigHandler Modifier and Type Method Description QueryConfigHandlerBooleanQuery2ModifierNodeProcessor. getQueryConfigHandler()QueryConfigHandlerGroupQueryNodeProcessor. getQueryConfigHandler()Deprecated.Methods in org.apache.lucene.queryParser.standard.processors with parameters of type QueryConfigHandler Modifier and Type Method Description voidBooleanQuery2ModifierNodeProcessor. setQueryConfigHandler(QueryConfigHandler queryConfigHandler)voidGroupQueryNodeProcessor. setQueryConfigHandler(QueryConfigHandler queryConfigHandler)Deprecated.Constructors in org.apache.lucene.queryParser.standard.processors with parameters of type QueryConfigHandler Constructor Description StandardQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
-