Apache Lucene.Net 2.4.0 Class Library API

Fieldable.TokenStreamValue Method 

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

TokenStream TokenStreamValue();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace