Interface IFieldConfigListener
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.
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IFieldConfigListener
Methods
Name | Description |
---|---|
BuildFieldConfig(FieldConfig) | This method is called every time a field configuration is requested. |