public static class GeoPointCompressedAtomicFieldData.Single extends GeoPointCompressedAtomicFieldData
GeoPointCompressedAtomicFieldData.Single| Constructor and Description |
|---|
Single(GeoPointFieldMapper.Encoding encoding,
org.apache.lucene.util.packed.PagedMutable lon,
org.apache.lucene.util.packed.PagedMutable 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(GeoPointFieldMapper.Encoding encoding, org.apache.lucene.util.packed.PagedMutable lon, org.apache.lucene.util.packed.PagedMutable 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.