Apache Lucene.Net 2.1 Class Library API

Fieldable.ReaderValue Method 

The value of the field as a Reader, or null. If null, the String value or binary value is used. Exactly one of stringValue(), readerValue(), and binaryValue() must be set.

TextReader ReaderValue();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace