-
Type:
New Feature
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Implemented
-
Affects Version/s: 7.6, 8.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Lucene Fields:New, Patch Available
Its often useful to be able to query a shape index for documents that either INTERSECT or are DISJOINT from a given LINESTRING. Occasionally the linestring of interest may also have a distance component, which creates a buffered query (often used in routing, or shape snapping). This feature first adds a new LatLonShapeLineQuery for querying LatLonShape fields by arbitrary lines. A distance component can then be added in a future issue.