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: Next
            Reporter: David Smiley
            Priority: Minor
         Attachments: 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to