Apache Lucene.Net 2.4.0 Class Library API

Fieldable.ReaderValue Method 

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

TextReader ReaderValue();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace