[
https://issues.apache.org/jira/browse/LUCENE-8554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16672829#comment-16672829
]
Ignacio Vera commented on LUCENE-8554:
--------------------------------------
LGTM. I have a minor comment about java docs:
EdgeTree: Javadocs refer to Polygon2D.
Line2D: Javadocs refer to Polygon2D.
LatLonShapeLineQuery: I think the line that refers to how shapes are indexed is
inaccurate.
LatLonShape: Add java docs to functions that creates queries.
> Add new LatLonShapeLineQuery
> ----------------------------
>
> Key: LUCENE-8554
> URL: https://issues.apache.org/jira/browse/LUCENE-8554
> Project: Lucene - Core
> Issue Type: New Feature
> Affects Versions: 7.6, master (8.0)
> Reporter: Nicholas Knize
> Assignee: Nicholas Knize
> Priority: Blocker
> Attachments: LUCENE-8554.patch, LUCENE-8554.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]