DotLucene 1.4 API Documentation

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 StreamReader ReaderValue();

See Also

Field Class | Lucene.Net.Documents Namespace