Apache Lucene.Net 2.4.0 Class Library API

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