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

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override string StringValue()
Visual Basic
Public Overrides Function StringValue As String
Visual C++
public:
virtual String^ StringValue() override

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Field.StringValue"]

Implements

Fieldable..::..StringValue()()()()
Fieldable..::..StringValue()()()()

See Also