Specifies maximum field length (in number of tokens/terms) in {@link IndexWriter} constructors. {@link #SetMaxFieldLength(int)} overrides the value set by the constructor.

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

Syntax

C#
public sealed class MaxFieldLength
Visual Basic
Public NotInheritable Class MaxFieldLength
Visual C++
public ref class MaxFieldLength sealed

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Index..::..IndexWriter..::..MaxFieldLength

See Also