Uses of Interface
org.apache.lucene.queryparser.flexible.core.config.FieldConfigListener

Packages that use FieldConfigListener
org.apache.lucene.queryparser.flexible.core.config Base classes used to configure the query processing. 
org.apache.lucene.queryparser.flexible.standard.config Standard Lucene Query Configuration. 
 

Uses of FieldConfigListener in org.apache.lucene.queryparser.flexible.core.config
 

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

Uses of FieldConfigListener in org.apache.lucene.queryparser.flexible.standard.config
 

Classes in org.apache.lucene.queryparser.flexible.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 StandardQueryConfigHandler.ConfigurationKeys.DATE_RESOLUTION to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_DATE_RESOLUTION_MAP.
 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-2013 Apache Software Foundation. All Rights Reserved.