Returns whether the sort should be reversed.

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

Syntax

C#
public virtual bool GetReverse()
Visual Basic
Public Overridable Function GetReverse As Boolean
Visual C++
public:
virtual bool GetReverse()

Return Value

True if natural order should be reversed.

See Also