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() |
close
public 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()
AtomicGeoPointFieldData
public final SortedBinaryDocValues getBytesValues()
AtomicFieldData
getBytesValues
in interface AtomicFieldData
public final ScriptDocValues.GeoPoints getScriptValues()
AtomicFieldData
getScriptValues
in interface AtomicFieldData
public static AtomicGeoPointFieldData empty(int maxDoc)
Copyright © 2009–2015. All rights reserved.