public abstract class GeoPointValues
extends java.lang.Object
| Constructor | Description |
|---|---|
GeoPointValues() |
| Modifier and Type | Method | 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()