[
https://issues.apache.org/jira/browse/LUCENE-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric R Hartford updated LUCENE-7912:
------------------------------------
Description:
Multidimensional points have a range query but they don't have a distance query.
Requesting oal.search.PointDistanceQuery and
oal.document.*Point.newDistanceQuery()
d(p,q) = sqrt( (p1-q1)^2 + (p2-q2)^2 + ... + (pn-qn)^2 )
was:
Multidimensional points have a range query but they don't have a distance query.
Requesting oal.search.PointDistanceQuery and
oal.document.*Point.newDistanceQuery()
> Add oal.search.PointDistanceQuery and oal.document.*Point.newDistanceQuery()
> ----------------------------------------------------------------------------
>
> Key: LUCENE-7912
> URL: https://issues.apache.org/jira/browse/LUCENE-7912
> Project: Lucene - Core
> Issue Type: Improvement
> Affects Versions: 6.6
> Reporter: Eric R Hartford
> Assignee: Michael McCandless
> Priority: Minor
>
> Multidimensional points have a range query but they don't have a distance
> query.
> Requesting oal.search.PointDistanceQuery and
> oal.document.*Point.newDistanceQuery()
> d(p,q) = sqrt( (p1-q1)^2 + (p2-q2)^2 + ... + (pn-qn)^2 )
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]