public abstract class GeoPointValues
extends java.lang.Object
| Constructor and Description |
|---|
GeoPointValues() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
advanceExact(int doc)
Advance this instance to the given document id
|
abstract GeoPoint |
geoPointValue()
Get the
GeoPoint associated with the current document. |
public abstract boolean advanceExact(int doc)
throws java.io.IOException
java.io.IOExceptionpublic abstract GeoPoint geoPointValue()