| Package | Description |
|---|---|
| org.elasticsearch.common.geo | |
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.plain | |
| org.elasticsearch.search.aggregations.support |
| Modifier and Type | Method and Description |
|---|---|
static SortedNumericDoubleValues |
GeoDistance.distanceValues(MultiGeoPointValues geoPointValues,
GeoDistance.FixedSourceDistance... distances)
Return a
SortedNumericDoubleValues instance that returns the distances to a list of geo-points for each document. |
| Modifier and Type | Method and Description |
|---|---|
static MultiGeoPointValues |
FieldData.emptyMultiGeoPoints(int maxDoc)
Return a
SortedNumericDoubleValues that doesn't contain any value. |
MultiGeoPointValues |
AtomicGeoPointFieldData.getGeoPointValues()
Return geo-point values.
|
static MultiGeoPointValues |
FieldData.singleton(GeoPointValues values,
org.apache.lucene.util.Bits docsWithField)
Returns a multi-valued view over the provided
GeoPointValues. |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.util.Bits |
FieldData.docsWithValue(MultiGeoPointValues dv,
int maxDoc)
Returns a Bits representing all documents from
dv that have a value. |
static boolean |
FieldData.isMultiValued(MultiGeoPointValues values)
Returns whether the provided values *might* be multi-valued.
|
static SortedBinaryDocValues |
FieldData.toString(MultiGeoPointValues values)
Return a
String representation of the provided values. |
static GeoPointValues |
FieldData.unwrapSingleton(MultiGeoPointValues values)
Returns a single-valued view of the
MultiGeoPointValues,
if it was previously wrapped with FieldData.singleton(GeoPointValues, Bits),
or null. |
static org.apache.lucene.util.Bits |
FieldData.unwrapSingletonBits(MultiGeoPointValues values)
Returns the documents with a value for the
MultiGeoPointValues,
if it was previously wrapped with FieldData.singleton(GeoPointValues, Bits),
or null. |
| Constructor and Description |
|---|
ScriptDocValues.GeoPoints(MultiGeoPointValues values) |
| Modifier and Type | Method and Description |
|---|---|
MultiGeoPointValues |
GeoPointArrayAtomicFieldData.Single.getGeoPointValues() |
MultiGeoPointValues |
GeoPointArrayLegacyAtomicFieldData.Single.getGeoPointValues() |
| Modifier and Type | Method and Description |
|---|---|
abstract MultiGeoPointValues |
ValuesSource.GeoPoint.geoPointValues(org.apache.lucene.index.LeafReaderContext context) |
MultiGeoPointValues |
ValuesSource.GeoPoint.Fielddata.geoPointValues(org.apache.lucene.index.LeafReaderContext context) |
Copyright © 2009–2017. All rights reserved.