Uses of Class
org.apache.lucene.geo.XYCircle
Packages that use XYCircle
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
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) * -
Uses of XYCircle in org.apache.lucene.geo
Methods in org.apache.lucene.geo with parameters of type XYCircleModifier and TypeMethodDescription(package private) static Component2D
Builds a XYCircle2D from XYCircle.