Apache Lucene.Net 2.4.0 Class Library API

Term Constructor (String)

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 fld
);

Parameters

fld

See Also

Term Class | Lucene.Net.Index Namespace | Term Constructor Overload List