Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
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
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.