Class QueryConfigHandler
This class can be used to hold any query configuration and no field configuration. For field configuration, it creates an empty FieldConfig object and delegate it to field config listeners, these are responsible for setting up all the field configuration.
QueryConfigHandler should be extended by classes that intends to provide configuration to IQueryNodeProcessor objects.
The class that extends QueryConfigHandler should also provide FieldConfig objects for each collection field.
Inherited Members
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public abstract class QueryConfigHandler : AbstractQueryConfig
Methods
Name | Description |
---|---|
AddFieldConfigListener(IFieldConfigListener) | Adds a listener. The added listeners are called in the order they are added. |
GetFieldConfig(String) | Returns an implementation of
FieldConfig for a specific field name. If the implemented
QueryConfigHandler does not know a specific field name, it may
return |