Lucene.Net.Index.IndexWriter.MaxFieldLength.MaxFieldLength C# (CSharp) Method

MaxFieldLength() public method

Public constructor to allow users to specify the maximum field size limit.
public MaxFieldLength ( int limit ) : System
limit int The maximum field length ///
return System
			public MaxFieldLength(int limit):this("User-specified", limit)
			{
			}

Same methods

IndexWriter.MaxFieldLength::MaxFieldLength ( ) : System
IndexWriter.MaxFieldLength::MaxFieldLength ( System name, int limit ) : System
IndexWriter.MaxFieldLength