Lucene.Net 1.4.3 Class Library

Field.ReaderValue Method 

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

public TextReader ReaderValue();

See Also

Field Class | Lucene.Net.Documents Namespace