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 | Field and Description |
---|---|
(package private) XYLine[] |
XYShapeLineQuery.lines |
Modifier and Type | Method and Description |
---|---|
static Field[] |
XYShape.createIndexableFields(java.lang.String fieldName,
XYLine line)
create indexable fields for cartesian line geometry
|
static Query |
XYShape.newLineQuery(java.lang.String field,
ShapeField.QueryRelation queryRelation,
XYLine... lines)
create a query to find all cartesian shapes that intersect a provided linestring (or array of linestrings)
|
Constructor and Description |
---|
XYShapeLineQuery(java.lang.String field,
ShapeField.QueryRelation queryRelation,
XYLine... lines) |
Modifier and Type | Method and Description |
---|---|
static Component2D |
Line2D.create(XYLine... lines)
create a Line2D edge tree from provided array of Linestrings
|
Constructor and Description |
---|
Line2D(XYLine line) |