Lucene.Net 1.9.1 Class Library

Field.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.

public TextReader ReaderValue();

See Also

Field Class | Lucene.Net.Documents Namespace