DotLucene 1.4 API Documentation

Field.StringValue Method 

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

public string StringValue();

See Also

Field Class | Lucene.Net.Documents Namespace