Uses of Enum Class
org.apache.lucene.search.DocValuesRangeIterator.Match
Packages that use DocValuesRangeIterator.Match
-
Uses of DocValuesRangeIterator.Match in org.apache.lucene.search
Fields in org.apache.lucene.search declared as DocValuesRangeIterator.MatchModifier and TypeFieldDescription(package private) DocValuesRangeIterator.Match
DocValuesRangeIterator.Approximation.match
Methods in org.apache.lucene.search that return DocValuesRangeIterator.MatchModifier and TypeMethodDescriptionprotected abstract DocValuesRangeIterator.Match
DocValuesRangeIterator.Approximation.match
(int level) protected DocValuesRangeIterator.Match
DocValuesRangeIterator.RangeNoGapsApproximation.match
(int level) protected DocValuesRangeIterator.Match
DocValuesRangeIterator.RangeWithGapsApproximation.match
(int level) static DocValuesRangeIterator.Match
Returns the enum constant of this class with the specified name.static DocValuesRangeIterator.Match[]
DocValuesRangeIterator.Match.values()
Returns an array containing the constants of this enum class, in the order they are declared.