Add LatLonShapePointQuery to support Point / MultiPoint queries on indexed LatLonShape fields [LUCENE-8670]
Open
legacy-jira-priority:Major
type:enhancement
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
Similar to `LatLonShapeBoundingBoxQuery`, `LatLonShapeLineQuery`, and `LatLonShapePolygonQuery` this introduces `LatLonShapePointQuery` that will return all indexed `LatLonShape` fields that intersect the provided point(s). `MultiPoint` is supported by providing an array of points.
---
Migrated from [LUCENE-8670](https://issues.apache.org/jira/browse/LUCENE-8670) by Nick Knize (@nknize), updated Jan 31 2019
Attachments: [LUCENE-8670.patch](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-8670/LUCENE-8670.patch)
Contributor guide
Assessment
This issue has not been assessed yet.