Uses of Class
org.apache.lucene.geo.XYCircle
Packages that use XYCircle
-
Uses of XYCircle in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type XYCircleModifier and TypeMethodDescriptionstatic Query
XYShape.newDistanceQuery
(String field, ShapeField.QueryRelation queryRelation, XYCircle... circle) create a query to find all cartesian shapes that intersect a provided circle (or arrays of circles) *