Lucene.Net 2.0 Class Library

Term Constructor

Constructs a Term with the given field and text.

Overload List

Initializes a new instance of the Term class.

public Term();

Constructs a Term with the given field and text.

public Term(string,string);

See Also

Term Class | Lucene.Net.Index Namespace