Class LatLonDocValuesQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.document.LatLonDocValuesQuery

class LatLonDocValuesQuery extends Query
Finds all previously indexed geo points that comply the given ShapeField.QueryRelation with the specified array of LatLonGeometry.

The field must be indexed using LatLonDocValuesField added per document.