Uses of Class
org.apache.lucene.geo.Line
Packages that use Line
-
Uses of Line in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type LineModifier and TypeMethodDescriptionstatic LatLonShapeDocValuesField
LatLonShape.createDocValueField
(String fieldName, Line line) create doc value field for lat lon line geometry without creating indexable fields.static Field[]
LatLonShape.createIndexableFields
(String fieldName, Line line) create indexable fields for line geometrystatic Query
LatLonShape.newLineQuery
(String field, ShapeField.QueryRelation queryRelation, Line... lines) create a query to find all indexed geo shapes that intersect a provided linestring (or array of linestrings) note: does not support dateline crossing