Uses of Class
org.elasticsearch.index.fielddata.GeoPointValues
-
Packages that use GeoPointValues Package Description org.elasticsearch.index.fielddata -
-
Uses of GeoPointValues in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return GeoPointValues Modifier and Type Method Description static GeoPointValuesFieldData. emptyGeoPoint()static GeoPointValuesFieldData. unwrapSingleton(MultiGeoPointValues values)Returns a single-valued view of theMultiGeoPointValues, if it was previously wrapped withFieldData.singleton(GeoPointValues), or null.Methods in org.elasticsearch.index.fielddata with parameters of type GeoPointValues Modifier and Type Method Description static MultiGeoPointValuesFieldData. singleton(GeoPointValues values)Returns a multi-valued view over the providedGeoPointValues.
-