Uses of Class
org.elasticsearch.index.fielddata.MultiGeoPointValues
-
Packages that use MultiGeoPointValues Package Description org.elasticsearch.common.geo org.elasticsearch.index.fielddata org.elasticsearch.search.aggregations.support -
-
Uses of MultiGeoPointValues in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo with parameters of type MultiGeoPointValues 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 MultiGeoPointValues in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return MultiGeoPointValues Modifier and Type Method Description static MultiGeoPointValuesFieldData. emptyMultiGeoPoints()Return aSortedNumericDoubleValuesthat doesn't contain any value.MultiGeoPointValuesAtomicGeoPointFieldData. getGeoPointValues()Return geo-point values.static MultiGeoPointValuesFieldData. singleton(GeoPointValues values)Returns a multi-valued view over the providedGeoPointValues.Methods in org.elasticsearch.index.fielddata with parameters of type MultiGeoPointValues Modifier and Type Method Description static DocValueBitsFieldData. docsWithValue(MultiGeoPointValues pointValues)Returns aDocValueBitsrepresenting all documents frompointValuesthat have a value.static SortedBinaryDocValuesFieldData. toString(MultiGeoPointValues values)Return aStringrepresentation of the provided values.static GeoPointValuesFieldData. unwrapSingleton(MultiGeoPointValues values)Returns a single-valued view of theMultiGeoPointValues, if it was previously wrapped withFieldData.singleton(GeoPointValues), or null.Constructors in org.elasticsearch.index.fielddata with parameters of type MultiGeoPointValues Constructor Description GeoPoints(MultiGeoPointValues in) -
Uses of MultiGeoPointValues in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return MultiGeoPointValues Modifier and Type Method Description MultiGeoPointValuesValuesSource.GeoPoint.Fielddata. geoPointValues(LeafReaderContext context)abstract MultiGeoPointValuesValuesSource.GeoPoint. geoPointValues(LeafReaderContext context)
-