Lucene.Net 1.9.1 Class Library

Field.Text Method (String, TextReader, Boolean)

Constructs a Reader-valued Field that is tokenized and indexed, but is not stored in the index verbatim. Useful for longer text fields, like "body".

public static Field Text(
   string name,
   TextReader value_Renamed,
   bool storeTermVector
);

See Also

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