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 StandardQueryConfigHandler.ConfigurationKeys.BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_BOOST_MAP.
 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.
 class 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.
 



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