Show / Hide Table of Contents

    Class DocValuesFormatNameAttribute

    Represents an attribute that is used to name a DocValuesFormat, if a name other than the default DocValuesFormat naming convention is desired.

    Inheritance
    System.Object
    System.Attribute
    ServiceNameAttribute
    DocValuesFormatNameAttribute
    Inherited Members
    ServiceNameAttribute.Name
    System.Attribute.Equals(System.Object)
    System.Attribute.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
    public sealed class DocValuesFormatNameAttribute : ServiceNameAttribute

    Constructors

    | Improve this Doc View Source

    DocValuesFormatNameAttribute(String)

    Declaration
    public DocValuesFormatNameAttribute(string name)
    Parameters
    Type Name Description
    System.String name

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)