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

Ignacio Vera edited comment on LUCENE-8482 at 9/7/18 9:11 AM:
--------------------------------------------------------------

Attached a patch with the implementation of \{LatLonPointDistanceFeatureQuery} 
that boost by proximity using scoring formulas. I hacked the geo bench to check 
performance and compare it with performance by using \{LatLonPointSortField}:

Sorting QPS: 37.86641987095685

Boosting QPS: 92.33101639139238

One note: In order to speed up the queries I have to sample very often the call 
to \{setMinCompetitiveScore}. 

 


was (Author: ivera):
Attached ap patch with the implementation of \{LatLonPointDistanceFeatureQuery} 
that boost by proximity using scoring formulas. I hacked the geo bench to check 
performance and compare it with performance by using \{LatLonPointSortField}:

Sorting QPS: 37.86641987095685

Boosting QPS: 92.33101639139238

One note: In order to speed up the queries I have to sample very often the call 
to \{setMinCompetitiveScore}. 

 

> Boosting by geo distance
> ------------------------
>
>                 Key: LUCENE-8482
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8482
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-8482.patch
>
>
> Similarly to LUCENE-8340 it would be nice to have an easy and efficient way 
> to fold geo distance into scoring formulas in order to boost by proximity.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to