Apache Lucene.Net 2.4.0 Class Library API

Term Constructor

Overload List

Constructs a Term with the given field and empty text. This serves 2 purposes: 1) reuse of a Term with the same field 2) pattern for a query

public Term(string);

 

public Term(string,string);

See Also

Term Class | Lucene.Net.Index Namespace