[ 
https://issues.apache.org/jira/browse/LUCENE-7942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143395#comment-16143395
 ] 

ASF subversion and git services commented on LUCENE-7942:
---------------------------------------------------------

Commit 5d9576a91dd9725c96d25d54d3a1d54382bf3206 in lucene-solr's branch 
refs/heads/branch_6x from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=5d9576a ]

LUCENE-7942: Add aggregateDistances() method to DistanceStyle, and use it in 
GeoStandardPath to aggregate distances from segment to segment.


> For Geo3d paths, aggregating distance values using "+" is not adequate for 
> squared distances
> --------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-7942
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7942
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/spatial3d
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>
> The GeoStandardPath object aggregates distances segment by segment using 
> simple addition.  For some kinds of Distance computations, though, addition 
> is not an adequate way to do this.  The xxxSquaredDistance computations, for 
> example, do not produce true squared distances but rather a distance metric 
> that is a combination of both squared and linear.
> I propose adding support in Distance for aggregation, which would allow 
> distance calculators to compute an accurate distance (at some computational 
> cost) instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to