Apache Lucene.Net 2.4.0 Class Library API

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

public override string StringValue();

Implements

Fieldable.StringValue

See Also

Field Class | Lucene.Net.Documents Namespace