public class SortedSetSelector
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SortedSetSelector.MaxValue
Wraps a SortedSetDocValues and returns the last ordinal (max)
|
(package private) static class |
SortedSetSelector.MiddleMaxValue
Wraps a SortedSetDocValues and returns the middle ordinal (or max of the two)
|
(package private) static class |
SortedSetSelector.MiddleMinValue
Wraps a SortedSetDocValues and returns the middle ordinal (or min of the two)
|
(package private) static class |
SortedSetSelector.MinValue
Wraps a SortedSetDocValues and returns the first ordinal (min)
|
static class |
SortedSetSelector.Type
Type of selection to perform.
|
Constructor and Description |
---|
SortedSetSelector() |
Modifier and Type | Method and Description |
---|---|
static SortedDocValues |
wrap(SortedSetDocValues sortedSet,
SortedSetSelector.Type selector)
Wraps a multi-valued SortedSetDocValues as a single-valued view, using the specified selector
|
public static SortedDocValues wrap(SortedSetDocValues sortedSet, SortedSetSelector.Type selector)