Expert: The values which are used to sort the referenced document. The order of these will match the original sort criteria given by a Sort object. Each Object will be either an Integer, Float or String, depending on the type of values in the terms of the original field.

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

Syntax

C#
[NonSerializedAttribute]
public IComparable[] fields
Visual Basic
<NonSerializedAttribute> _
Public fields As IComparable()
Visual C++
[NonSerializedAttribute]
public:
array<IComparable^>^ fields

See Also