Namespace Lucene.Net.QueryParsers.Flexible.Core.Config
Classes
AbstractQueryConfig
This class is the base of Query
Each configuration is is a key->value pair. The key should be an unique ConfigurationKey<T> instance and it also holds the value's type.
ConfigurationKey<T>ConfigurationKey
LUCENENET specific class used to access the NewInstance static method without referring to the ConfigurationKey{T}'s generic closing type.
ConfigurationKey<T>
An instance of this class represents a key that is used to retrieve a value
from Abstract
FieldConfig
This class represents a field configuration.
QueryConfigHandler
This class can be used to hold any query configuration and no field
configuration. For field configuration, it creates an empty
Field
Query
The class that extends Query
Interfaces
IFieldConfigListener
This interface should be implemented by classes that wants to listen for
field configuration requests. The implementation receives a
Field