Uses of Class
org.apache.lucene.queryParser.core.config.AbstractQueryConfig

Packages that use AbstractQueryConfig
org.apache.lucene.queryParser.core.config Contains the base classes used to configure the query processing 
org.apache.lucene.queryParser.standard.config Standard Lucene Query Configuration 
 

Uses of AbstractQueryConfig in org.apache.lucene.queryParser.core.config
 

Subclasses of AbstractQueryConfig in org.apache.lucene.queryParser.core.config
 class FieldConfig
          This class represents a field configuration.
 class QueryConfigHandler
          This class can be used to hold any query configuration and no field configuration.
 

Methods in org.apache.lucene.queryParser.core.config with parameters of type AbstractQueryConfig
 void ConfigAttribute.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 

Uses of AbstractQueryConfig in org.apache.lucene.queryParser.standard.config
 

Subclasses of AbstractQueryConfig in org.apache.lucene.queryParser.standard.config
 class StandardQueryConfigHandler
          This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline.
 

Methods in org.apache.lucene.queryParser.standard.config with parameters of type AbstractQueryConfig
 void DateResolutionAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void RangeCollatorAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void MultiFieldAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void FieldDateResolutionMapAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void FuzzyAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void AllowLeadingWildcardAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void DefaultOperatorAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void MultiTermRewriteMethodAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void LocaleAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void AnalyzerAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void BoostAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void PositionIncrementsAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void LowercaseExpandedTermsAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void FieldBoostMapAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 void DefaultPhraseSlopAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config)
          Deprecated.  
 



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