Lucene.Net 1.4.3 Class Library

Field.Text Method (String, TextReader)

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". Term vector will not be stored for this Field.

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

See Also

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