Lucene.Net 1.9.1 Class Library

Field Constructor (String, TextReader, TermVector)

Create a tokenized and indexed field that is not stored, optionally with storing term vectors.

public Field(
   string name,
   TextReader reader,
   TermVector termVector
);

Parameters

name
The name of the field
reader
The reader with the content
termVector
Whether term vector should be stored

See Also

Field Class | Lucene.Net.Documents Namespace | Field Constructor Overload List