public abstract class GeoPointDoubleArrayAtomicFieldData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GeoPointDoubleArrayAtomicFieldData.Single
Assumes unset values are marked in bitset, and docId is used as the index to the value array.
|
Constructor and Description |
---|
GeoPointDoubleArrayAtomicFieldData() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static AtomicGeoPointFieldData |
empty(int maxDoc) |
SortedBinaryDocValues |
getBytesValues()
Return a String representation of the values.
|
ScriptDocValues.GeoPoints |
getScriptValues()
Returns a "scripting" based values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGeoPointValues
public void close()
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.