Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method and Description |
---|---|
static Field[] |
XYShape.createIndexableFields(String fieldName,
XYLine line)
create indexable fields for cartesian line geometry
|
static Query |
XYShape.newLineQuery(String field,
ShapeField.QueryRelation queryRelation,
XYLine... lines)
create a query to find all cartesian shapes that intersect a provided linestring (or array of linestrings)
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.