[jira] [Updated] (LUCENE-6540) Add BKDPointDistanceQuery

2016-02-01 Thread Nicholas Knize (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-6540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicholas Knize updated LUCENE-6540:
---
Component/s: (was: core/search)
 modules/spatial

> Add BKDPointDistanceQuery
> -
>
> Key: LUCENE-6540
> URL: https://issues.apache.org/jira/browse/LUCENE-6540
> Project: Lucene - Core
>  Issue Type: New Feature
>  Components: modules/spatial
>Reporter: Nicholas Knize
>
> LUCENE-6532 adds the supporting mathematics for point-distance computation 
> based on the ellipsoid (using Vincenty's Direct and Inverse solutions). This 
> feature adds BKDPointDistance query function to LUCENE-6477 for finding all 
> documents that match the provided distance criteria from a given geo point.  
> This should out perform other solutions since we can stop traversing the BKD 
> tree once we've found an internal node that matches the given criteria.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-6540) Add BKDPointDistanceQuery

2015-06-09 Thread Nicholas Knize (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-6540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicholas Knize updated LUCENE-6540:
---
Description: LUCENE-6532 adds the supporting mathematics for point-distance 
computation based on the ellipsoid (using Vincenty's Direct and Inverse 
solutions). This feature adds BKDPointDistance query function to LUCENE-6477 
for finding all documents that match the provided distance criteria from a 
given geo point.  This should out perform other solutions since we can stop 
traversing the BKD tree once we've found an internal node that matches the 
given criteria.  (was: LUCENE-6532 adds the supporting mathematics for 
point-distance computation based on the ellipsoid (using Vincenty's Direct and 
Inverse solutions). This feature adds BKDPointDistance query function for 
finding all documents that match the distance criteria from a provided geo 
point.  This should out perform other solutions since we can stop traversing 
the BKD tree once we've found an internal node that matches the given criteria.)

 Add BKDPointDistanceQuery
 -

 Key: LUCENE-6540
 URL: https://issues.apache.org/jira/browse/LUCENE-6540
 Project: Lucene - Core
  Issue Type: New Feature
  Components: core/search
Reporter: Nicholas Knize

 LUCENE-6532 adds the supporting mathematics for point-distance computation 
 based on the ellipsoid (using Vincenty's Direct and Inverse solutions). This 
 feature adds BKDPointDistance query function to LUCENE-6477 for finding all 
 documents that match the provided distance criteria from a given geo point.  
 This should out perform other solutions since we can stop traversing the BKD 
 tree once we've found an internal node that matches the given criteria.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org