Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Method and Description |
---|---|
static Field[] |
LatLonShape.createIndexableFields(String fieldName,
Line line)
create indexable fields for line geometry
|
static 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
|
Modifier and Type | Method and Description |
---|---|
static Component2D |
Line2D.create(Line... lines)
create a Line2D edge tree from provided array of Linestrings
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.