Fork me on GitHub
  • API

    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
    object
    ConfigurationKey
    ConfigurationKey<T>
    Inherited Members
    ConfigurationKey.NewInstance<T>()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    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.