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

MaxFieldLength() private method

Private type-safe-enum-pattern constructor.
private MaxFieldLength ( System name, int limit ) : System
name System instance name ///
limit int maximum field length ///
return System
			internal MaxFieldLength(System.String name, int limit)
			{
				this.name = name;
				this.limit = limit;
			}
			

Same methods

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