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.
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Config
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IFieldConfigListener
  Methods
BuildFieldConfig(FieldConfig)
This method is called every time a field configuration is requested.
Declaration
void BuildFieldConfig(FieldConfig fieldConfig)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FieldConfig | fieldConfig | the field configuration requested, should never be null  |