org.apache.lucene.queryParser.core.config
Interface FieldConfigListener
- All Known Implementing Classes:
- FieldBoostMapFCListener, FieldDateResolutionFCListener, NumericFieldConfigListener
public interface FieldConfigListener
This interface should be implemented by classes that wants to listen for
field configuration requests. The implementation receives a
FieldConfig
object and may add/change its configuration.
- See Also:
FieldConfig
,
QueryConfigHandler
buildFieldConfig
void buildFieldConfig(FieldConfig fieldConfig)
- This method is called ever time a field configuration is requested.
- Parameters:
fieldConfig
- the field configuration requested, should never be null
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.