Class DocValuesFormatNameAttribute
Represents an attribute that is used to name a DocValuesFormat, if a name other than the default DocValuesFormat naming convention is desired.
Inherited Members
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class DocValuesFormatNameAttribute : ServiceNameAttribute
Constructors
DocValuesFormatNameAttribute(string)
Represents an attribute that is used to name a DocValuesFormat, if a name other than the default DocValuesFormat naming convention is desired.
Declaration
public DocValuesFormatNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |