Lucene.Net 1.9.1 Class Library

IndexWriter.DEFAULT_MAX_FIELD_LENGTH Field

Default value is 10,000. Change using {@link #SetMaxFieldLength(int)}.

public const int DEFAULT_MAX_FIELD_LENGTH = 10000;

See Also

IndexWriter Class | Lucene.Net.Index Namespace