Apache Lucene.Net 2.4.0 Class Library API

Term.CreateTerm Method 

Optimized construction of new Terms by reusing same field as this Term - avoids field.intern() overhead

public Term CreateTerm(
   string text
);

Parameters

text
The text of the new term (field is implicitly same as this Term instance)

Return Value

A new Term

See Also

Term Class | Lucene.Net.Index Namespace