You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2011/05/11 21:30:47 UTC

[jira] [Commented] (SOLR-2451) Add assertQScore() to SolrTestCaseJ4 to account for small deltas

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

David Smiley commented on SOLR-2451:
------------------------------------

Ok, I like it.

> Add assertQScore() to SolrTestCaseJ4 to account for small deltas 
> -----------------------------------------------------------------
>
>                 Key: SOLR-2451
>                 URL: https://issues.apache.org/jira/browse/SOLR-2451
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 3.2
>            Reporter: David Smiley
>            Priority: Minor
>         Attachments: SOLR-2451.patch, SOLR-2451.patch, SOLR-2451_assertQScore.patch
>
>
> Attached is a patch that adds the following method to SolrTestCaseJ4:  (just javadoc & signature shown)
> {code:java}
>   /**
>    * Validates that the document at the specified index in the results has the specified score, within 0.0001.
>    */
>   public static void assertQScore(SolrQueryRequest req, int docIdx, float targetScore) {
> {code}
> This is especially useful for geospatial in which slightly different precision deltas might occur when trying different geospatial indexing strategies are used, assuming the score is some geospatial distance.  This patch makes a simple modification to DistanceFunctionTest to use it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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