Uses of Interface
org.apache.lucene.queryParser.core.config.FieldConfigListener

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

Methods in org.apache.lucene.queryParser.core.config with parameters of type FieldConfigListener
 void QueryConfigHandler.addFieldConfigListener(FieldConfigListener listener)
          Adds a listener.
 

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

Classes in org.apache.lucene.queryParser.standard.config that implement FieldConfigListener
 class FieldBoostMapFCListener
          This listener listens for every field configuration request and assign a BoostAttribute to the equivalent FieldConfig based on a defined map: fieldName -> boostValue store in FieldBoostMapAttribute in the FieldBoostMapAttribute.
 class 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.
 



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