public static class GeoPointDoubleArrayAtomicFieldData.Single extends GeoPointDoubleArrayAtomicFieldData
GeoPointDoubleArrayAtomicFieldData.Single| Constructor and Description |
|---|
Single(DoubleArray lon,
DoubleArray lat,
org.apache.lucene.util.FixedBitSet set) |
| Modifier and Type | Method and Description |
|---|---|
static AtomicGeoPointFieldData |
empty(int maxDoc) |
SortedBinaryDocValues |
getBytesValues()
Return a String representation of the values.
|
MultiGeoPointValues |
getGeoPointValues()
Return geo-point values.
|
ScriptDocValues.GeoPoints |
getScriptValues()
Returns a "scripting" based values.
|
long |
ramBytesUsed() |
closepublic Single(DoubleArray lon, DoubleArray lat, org.apache.lucene.util.FixedBitSet set)
public long ramBytesUsed()
public MultiGeoPointValues getGeoPointValues()
AtomicGeoPointFieldDatapublic final SortedBinaryDocValues getBytesValues()
AtomicFieldDatagetBytesValues in interface AtomicFieldDatapublic final ScriptDocValues.GeoPoints getScriptValues()
AtomicFieldDatagetScriptValues in interface AtomicFieldDatapublic static AtomicGeoPointFieldData empty(int maxDoc)
Copyright © 2009–2016. All rights reserved.