Uses of Class
org.elasticsearch.index.fielddata.SortedNumericDoubleValues
-
-
Uses of SortedNumericDoubleValues in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return SortedNumericDoubleValues Modifier and Type Method Description static SortedNumericDoubleValuesGeoUtils. distanceValues(GeoDistance distance, DistanceUnit unit, MultiGeoPointValues geoPointValues, GeoPoint... fromPoints)Return aSortedNumericDoubleValuesinstance that returns the distances to a list of geo-points for each document. -
Uses of SortedNumericDoubleValues in org.elasticsearch.index.fielddata
Subclasses of SortedNumericDoubleValues in org.elasticsearch.index.fielddata Modifier and Type Class Description classSortingNumericDoubleValuesBase class for buildingSortedNumericDoubleValuesinstances based on unsorted content.Methods in org.elasticsearch.index.fielddata with parameters of type SortedNumericDoubleValues Modifier and Type Method Description static SortedNumericDocValuesFieldData. castToLong(SortedNumericDoubleValues values)Wrap the providedSortedNumericDoubleValuesinstance to cast all values to longs.static DocValueBitsFieldData. docsWithValue(SortedNumericDoubleValues doubleValues)Returns aDocValueBitsrepresenting all documents fromdoubleValuesthat have a value.static SortedNumericDocValuesFieldData. toSortableLongBits(SortedNumericDoubleValues values)Given aSortedNumericDoubleValues, return aSortedNumericDocValuesinstance that will translate double values to sortable long bits usingNumericUtils.doubleToSortableLong(double).static SortedBinaryDocValuesFieldData. toString(SortedNumericDoubleValues values)Return aStringrepresentation of the provided values.static NumericDoubleValuesFieldData. unwrapSingleton(SortedNumericDoubleValues values)Returns a single-valued view of theSortedNumericDoubleValues, if it was previously wrapped withDocValues.singleton(NumericDocValues), or null.Constructors in org.elasticsearch.index.fielddata with parameters of type SortedNumericDoubleValues Constructor Description Doubles(SortedNumericDoubleValues in) -
Uses of SortedNumericDoubleValues in org.elasticsearch.index.fielddata.fieldcomparator
Methods in org.elasticsearch.index.fielddata.fieldcomparator that return SortedNumericDoubleValues Modifier and Type Method Description protected SortedNumericDoubleValuesDoubleValuesComparatorSource. getValues(LeafReaderContext context) -
Uses of SortedNumericDoubleValues in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type SortedNumericDoubleValues Modifier and Type Method Description protected doubleMultiValueMode. pick(SortedNumericDoubleValues values)protected doubleMultiValueMode. pick(SortedNumericDoubleValues values, double missingValue, DocIdSetIterator docItr, int startDoc, int endDoc, int maxChildren)NumericDoubleValuesMultiValueMode. select(SortedNumericDoubleValues values)Return aNumericDoubleValuesinstance that can be used to sort documents with this mode and the provided values.NumericDoubleValuesMultiValueMode. select(SortedNumericDoubleValues values, double missingValue, BitSet parentDocs, DocIdSetIterator childDocs, int maxDoc, int maxChildren)Return aNumericDoubleValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents. -
Uses of SortedNumericDoubleValues in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return SortedNumericDoubleValues Modifier and Type Method Description SortedNumericDoubleValuesCellIdSource. doubleValues(LeafReaderContext ctx) -
Uses of SortedNumericDoubleValues in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return SortedNumericDoubleValues Modifier and Type Method Description abstract SortedNumericDoubleValuesValuesSource.Numeric. doubleValues(LeafReaderContext context)Get the currentSortedNumericDoubleValues.SortedNumericDoubleValuesValuesSource.Numeric.FieldData. doubleValues(LeafReaderContext context)SortedNumericDoubleValuesValuesSource.Numeric.Script. doubleValues(LeafReaderContext context)SortedNumericDoubleValuesValuesSource.Numeric.WithScript. doubleValues(LeafReaderContext context)SortedNumericDoubleValuesMultiValuesSource.NumericMultiValuesSource. getField(String fieldName, LeafReaderContext ctx) -
Uses of SortedNumericDoubleValues in org.elasticsearch.search.aggregations.support.values
Subclasses of SortedNumericDoubleValues in org.elasticsearch.search.aggregations.support.values Modifier and Type Class Description classScriptDoubleValuesSortingNumericDoubleValuesimplementation which is based on a script
-