[ https://issues.apache.org/jira/browse/SOLR-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hoss Man updated SOLR-2451: --------------------------- Affects Version/s: (was: 3.2) Fix Version/s: 4.0 Assignee: Hoss Man Summary: Enhance SolrTestCaseJ4 to allow tests to account for small deltas when comparing floats/doubles (was: Add assertQScore() to SolrTestCaseJ4 to account for small deltas ) Committed revision 1102907. > Enhance SolrTestCaseJ4 to allow tests to account for small deltas when > comparing floats/doubles > ----------------------------------------------------------------------------------------------- > > Key: SOLR-2451 > URL: https://issues.apache.org/jira/browse/SOLR-2451 > Project: Solr > Issue Type: Improvement > Reporter: David Smiley > Assignee: Hoss Man > Priority: Minor > Fix For: 4.0 > > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org