Package org.apache.lucene.queryParser.standard.config

Standard Lucene Query Configuration

See:
          Description

Interface Summary
AllowLeadingWildcardAttribute Deprecated.  
AnalyzerAttribute Deprecated.  
BoostAttribute Deprecated.  
DateResolutionAttribute Deprecated.  
DefaultOperatorAttribute Deprecated.  
DefaultPhraseSlopAttribute Deprecated.  
FieldBoostMapAttribute Deprecated.  
FieldDateResolutionMapAttribute Deprecated.  
FuzzyAttribute Deprecated.  
LocaleAttribute Deprecated.  
LowercaseExpandedTermsAttribute Deprecated.  
MultiFieldAttribute Deprecated.  
MultiTermRewriteMethodAttribute Deprecated.  
PositionIncrementsAttribute Deprecated.  
RangeCollatorAttribute Deprecated.  
 

Class Summary
AllowLeadingWildcardAttributeImpl Deprecated.  
AnalyzerAttributeImpl Deprecated.  
BoostAttributeImpl Deprecated.  
DateResolutionAttributeImpl Deprecated.  
DefaultOperatorAttributeImpl Deprecated.  
DefaultPhraseSlopAttributeImpl Deprecated.  
FieldBoostMapAttributeImpl Deprecated.  
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 DateResolutionAttribute to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in FieldDateResolutionMapAttribute in the DateResolutionAttribute.
FieldDateResolutionMapAttributeImpl Deprecated.  
FuzzyAttributeImpl Deprecated.  
FuzzyConfig  
LocaleAttributeImpl Deprecated.  
LowercaseExpandedTermsAttributeImpl Deprecated.  
MultiFieldAttributeImpl Deprecated.  
MultiTermRewriteMethodAttributeImpl Deprecated.  
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.
PositionIncrementsAttributeImpl Deprecated.  
RangeCollatorAttributeImpl Deprecated.  
StandardQueryConfigHandler This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline.
StandardQueryConfigHandler.ConfigurationKeys  
 

Enum Summary
DefaultOperatorAttribute.Operator  
StandardQueryConfigHandler.Operator  
 

Package org.apache.lucene.queryParser.standard.config Description

Standard Lucene Query Configuration

The package org.apache.lucene.queryParser.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-2011 Apache Software Foundation. All Rights Reserved.