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

MaxFieldLength() static private method

static private MaxFieldLength ( ) : System
return System
			static MaxFieldLength()
			{
				LIMITED = new MaxFieldLength("LIMITED", Lucene.Net.Index.IndexWriter.DEFAULT_MAX_FIELD_LENGTH);
			}
		}

Same methods

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