DotLucene 1.4 API Documentation

Term Constructor 

Constructs a Term with the given Field and text.

public Term(
   string fld,
   string txt
);

See Also

Term Class | Lucene.Net.Index Namespace