Apache Lucene.Net 2.4.0 Class Library API

Fieldable.StringValue Method 

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

string StringValue();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace