Package | Description |
---|---|
org.elasticsearch.search |
Modifier and Type | Method and Description |
---|---|
protected double |
MultiValueMode.pick(MultiValueMode.UnsortedNumericDoubleValues values,
double missingValue,
int doc) |
NumericDoubleValues |
MultiValueMode.select(MultiValueMode.UnsortedNumericDoubleValues values,
double missingValue)
Return a
NumericDoubleValues instance that can be used to sort documents
with this mode and the provided values. |
Copyright © 2009–2016. All rights reserved.