Package org.apache.lucene.queryparser.flexible.standard.config

Standard Lucene Query Configuration.

See:
          Description

Class Summary
FieldBoostMapFCListener This listener listens for every field configuration request and assign a StandardQueryConfigHandler.ConfigurationKeys.BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_BOOST_MAP.
FieldDateResolutionFCListener This listener listens for every field configuration request and assign a StandardQueryConfigHandler.ConfigurationKeys.DATE_RESOLUTION to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_DATE_RESOLUTION_MAP.
FuzzyConfig Configuration parameters for FuzzyQuerys
NumberDateFormat This Format parses Long into date strings and vice-versa.
NumericConfig This class holds the configuration used to parse numeric queries and create NumericRangeQuerys.
NumericFieldConfigListener This listener is used to listen to FieldConfig requests in QueryConfigHandler and add StandardQueryConfigHandler.ConfigurationKeys.NUMERIC_CONFIG based on the StandardQueryConfigHandler.ConfigurationKeys.NUMERIC_CONFIG_MAP set in the QueryConfigHandler.
StandardQueryConfigHandler This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline.
StandardQueryConfigHandler.ConfigurationKeys Class holding keys for StandardQueryNodeProcessorPipeline options.
 

Enum Summary
StandardQueryConfigHandler.Operator Boolean Operator: AND or OR
 

Package org.apache.lucene.queryparser.flexible.standard.config Description

Standard Lucene Query Configuration.

Standard Lucene Query Configuration

The package org.apache.lucene.queryparser.flexible.standard.config contains the Lucene query configuration handler (StandardQueryConfigHandler). This configuration handler reproduces almost everything that could be set on the old query parser.

StandardQueryConfigHandler is the class that should be used to configure the StandardQueryNodeProcessorPipeline.



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.