| Package | Description |
|---|---|
| org.elasticsearch.index.fielddata |
| Modifier and Type | Method and Description |
|---|---|
static GeoPointValues |
FieldData.emptyGeoPoint() |
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. |
| Modifier and Type | Method and Description |
|---|---|
static MultiGeoPointValues |
FieldData.singleton(GeoPointValues values,
org.apache.lucene.util.Bits docsWithField)
Returns a multi-valued view over the provided
GeoPointValues. |
Copyright © 2009–2017. All rights reserved.