Returns the upper value of this range query

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

Syntax

C#
public ValueType GetMax()
Visual Basic
Public Function GetMax As ValueType
Visual C++
public:
ValueType^ GetMax()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.NumericRangeQuery.GetMax"]

See Also