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

Packages that use org.apache.lucene.queryParser.standard.config
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 
 

Classes in org.apache.lucene.queryParser.standard.config used by org.apache.lucene.queryParser.standard
DefaultOperatorAttribute.Operator
           
StandardQueryConfigHandler
          This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline.
 

Classes in org.apache.lucene.queryParser.standard.config used by org.apache.lucene.queryParser.standard.config
AllowLeadingWildcardAttribute
          This attribute is used by AllowLeadingWildcardProcessor processor and must be defined in the QueryConfigHandler.
AnalyzerAttribute
          This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
BoostAttribute
          This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig.
DateResolutionAttribute
          This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DefaultOperatorAttribute
          This attribute is used by GroupQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DefaultOperatorAttribute.Operator
           
DefaultPhraseSlopAttribute
          This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
FieldBoostMapAttribute
          This attribute enables the user to define a default boost per field.
FieldDateResolutionMapAttribute
          This attribute enables the user to define a default DateResolution per field.
FuzzyAttribute
          This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
LocaleAttribute
          This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler.
LowercaseExpandedTermsAttribute
          This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler.
MultiFieldAttribute
          This attribute is used by MultiFieldQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
MultiTermRewriteMethodAttribute
          This attribute is used by ParametricRangeQueryNodeProcessor processor and should be defined in the QueryConfigHandler used by this processor.
PositionIncrementsAttribute
          This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
RangeCollatorAttribute
          This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
 



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