public abstract class AbstractAtomicGeoPointFieldData extends java.lang.Object implements AtomicGeoPointFieldData
| Constructor and Description |
|---|
AbstractAtomicGeoPointFieldData() |
| Modifier and Type | Method and Description |
|---|---|
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, waitgetGeoPointValuesclosepublic final SortedBinaryDocValues getBytesValues()
AtomicFieldDatagetBytesValues in interface AtomicFieldDatapublic final ScriptDocValues.GeoPoints getScriptValues()
AtomicFieldDatagetScriptValues in interface AtomicFieldDatapublic static AtomicGeoPointFieldData empty(int maxDoc)