SortedNumericSelector
object SortedNumericSelector
Selects a value from the document's list to use as the representative value
This provides a NumericDocValues view over the SortedNumeric, for use with sorting, expressions, function queries, etc.
Functions
Link copied to clipboard
fun wrap(sortedNumeric: SortedNumericDocValues, selector: SortedNumericSelector.Type, numericType: SortField.Type): NumericDocValues
Wraps a multi-valued SortedNumericDocValues as a single-valued view, using the specified selector and numericType.