Show / Hide Table of Contents

    Class StandardQueryConfigHandler

    This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline. It holds configuration methods that reproduce the configuration methods that could be set on the old lucene 2.4 QueryParser class.

    Inheritance
    System.Object
    AbstractQueryConfig
    QueryConfigHandler
    StandardQueryConfigHandler
    Inherited Members
    QueryConfigHandler.GetFieldConfig(String)
    QueryConfigHandler.AddFieldConfigListener(IFieldConfigListener)
    AbstractQueryConfig.Get<T>(ConfigurationKey<T>)
    AbstractQueryConfig.Has<T>(ConfigurationKey<T>)
    AbstractQueryConfig.Set<T>(ConfigurationKey<T>, T)
    AbstractQueryConfig.Unset<T>(ConfigurationKey<T>)
    Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Config
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class StandardQueryConfigHandler : QueryConfigHandler

    Constructors

    | Improve this Doc View Source

    StandardQueryConfigHandler()

    Declaration
    public StandardQueryConfigHandler()

    See Also

    StandardQueryNodeProcessorPipeline
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)