The value of the field as a String, or null.
For indexing, if isStored()==true, the stringValue() will be used as the stored field value
unless isBinary()==true, in which case binaryValue() will be used.
If isIndexed()==true and isTokenized()==false, this String value will be indexed as a single token.
If isIndexed()==true and isTokenized()==true, then tokenStreamValue() will be used to generate indexed tokens if not null,
else readerValue() will be used to generate indexed tokens if not null, else stringValue() will be used to generate tokens.
Namespace: Lucene.Net.DocumentsAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.StringValue"]