Apache Lucene.Net 2.4.0 Class Library API

Field.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(), getBinaryValue(), and tokenStreamValue() must be set.

public override TextReader ReaderValue();

Implements

Fieldable.ReaderValue

See Also

Field Class | Lucene.Net.Documents Namespace