Show / Hide Table of Contents

    Class ConfigurationKey<T>

    An instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig. It also holds the value's type, which is defined in the generic argument.

    Inheritance
    System.Object
    ConfigurationKey
    ConfigurationKey<T>
    Inherited Members
    ConfigurationKey.NewInstance<T>()
    Namespace: Lucene.Net.QueryParsers.Flexible.Core.Config
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public sealed class ConfigurationKey<T> : ConfigurationKey
    Type Parameters
    Name Description
    T

    the value's type

    See Also

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