Fork me on GitHub
  • API

    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
    object
    AbstractQueryConfig
    QueryConfigHandler
    StandardQueryConfigHandler
    Inherited Members
    QueryConfigHandler.GetFieldConfig(string)
    QueryConfigHandler.AddFieldConfigListener(IFieldConfigListener)
    AbstractQueryConfig.TryGetValue<T>(ConfigurationKey<T>, out T)
    AbstractQueryConfig.Get<T>(ConfigurationKey<T>)
    AbstractQueryConfig.Has<T>(ConfigurationKey<T>)
    AbstractQueryConfig.Set<T>(ConfigurationKey<T>, T)
    AbstractQueryConfig.Unset<T>(ConfigurationKey<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Config
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class StandardQueryConfigHandler : QueryConfigHandler

    Constructors

    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.

    Declaration
    public StandardQueryConfigHandler()
    See Also
    StandardQueryNodeProcessorPipeline

    See Also

    StandardQueryNodeProcessorPipeline
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.