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

Chris Male commented on LUCENE-4616:
------------------------------------

Another option, more big picture I guess, is to take this opportunity and 
remove the Strategy abstraction.  We've touched upon this in other issues, but 
the fact is that each Strategy (including those not contributed) behaves 
differently and the notion of score is a big example of this.  There is some 
consistently in the Prefix Strategies so having an abstraction there probably 
helps but otherwise I think we should just dump Strategy and let some 
Strategies return a Query with meaningful score and some return a CSQ showing 
that their score is meaningless.
                
> Clarify what the score means in SpatialStrategy#makeQuery()
> -----------------------------------------------------------
>
>                 Key: LUCENE-4616
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4616
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Priority: Trivial
>
> SpatialStrategy#makeQuery() returns a Query, but the docs don't make it clear 
> with the score value should be.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to