Apache Lucene.Net 2.4.0 Class Library API

Field.TokenStreamValue Method 

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

public override TokenStream TokenStreamValue();

Implements

Fieldable.TokenStreamValue

See Also

Field Class | Lucene.Net.Documents Namespace