Lucene.Net.QueryParsers.Flexible.Core.Config QueryConfigHandler em C# (CSharp) - 5 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Lucene.Net.QueryParsers.Flexible.Core.Config.QueryConfigHandler em C# (CSharp) extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
Relacionados
Related in langs
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 Processors.IQueryNodeProcessor objects.
The class that extends QueryConfigHandler should also provide FieldConfig objects for each collection field.