Specifies whether and how a field should be indexed.

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
public sealed class Index : Parameter
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class Index _
	Inherits Parameter
Visual C++
[SerializableAttribute]
public ref class Index sealed : public Parameter

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..Parameter
    Lucene.Net.Documents..::..Field..::..Index

See Also