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() |
close
public Single(DoubleArray lon, DoubleArray 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.