DotLucene 1.4 API Documentation

Field.Text Method (String, StreamReader, 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,
   StreamReader val,
   bool storeTermVector
);

See Also

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