Returns the numeric value as a string (how it is stored, when {@link Field.Store#YES} is chosen).

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.NumericField.StringValue"]

Implements

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

See Also