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(java.lang.String fieldName,
Line line)
create indexable fields for line geometry
|
static Query |
LatLonShape.newLineQuery(java.lang.String field,
LatLonShape.QueryRelation queryRelation,
Line... lines)
create a query to find all polygons that intersect a provided linestring (or array of linestrings)
note: does not support dateline crossing
|
Modifier and Type | Method and Description |
---|---|
static Line2D |
Line2D.create(Line... lines)
create a Line2D edge tree from provided array of Linestrings
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.