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

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

Methods in org.apache.lucene.queryParser.core.config that return FieldConfig
 FieldConfig QueryConfigHandler.getFieldConfig(CharSequence fieldName)
          Returns an implementation of FieldConfig for a specific field name.
 

Methods in org.apache.lucene.queryParser.core.config with parameters of type FieldConfig
 void FieldConfigListener.buildFieldConfig(FieldConfig fieldConfig)
          This method is called ever time a field configuration is requested.
 

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

Methods in org.apache.lucene.queryParser.standard.config with parameters of type FieldConfig
 void FieldBoostMapFCListener.buildFieldConfig(FieldConfig fieldConfig)
           
 void FieldDateResolutionFCListener.buildFieldConfig(FieldConfig fieldConfig)
           
 



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