Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5CE98F77 for ; Sat, 20 Aug 2011 12:51:54 +0000 (UTC) Received: (qmail 1668 invoked by uid 500); 20 Aug 2011 12:51:53 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 1513 invoked by uid 500); 20 Aug 2011 12:51:51 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 1506 invoked by uid 99); 20 Aug 2011 12:51:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Aug 2011 12:51:51 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Aug 2011 12:51:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B31A5C65F9 for ; Sat, 20 Aug 2011 12:51:27 +0000 (UTC) Date: Sat, 20 Aug 2011 12:51:27 +0000 (UTC) From: "David Mark Nemeskey (JIRA)" To: dev@lucene.apache.org Message-ID: <1680019962.55775.1313844687730.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2041084663.847.1312273947865.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3357) Unit and integration test cases for the new Similarities MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3357: ---------------------------------------- Attachment: LUCENE-3357.patch Ah, I forgot to modify the explain() methods to handle the omitted norms case in the same way as score(). Fixed it now. > Unit and integration test cases for the new Similarities > -------------------------------------------------------- > > Key: LUCENE-3357 > URL: https://issues.apache.org/jira/browse/LUCENE-3357 > Project: Lucene - Java > Issue Type: Sub-task > Components: core/query/scoring > Affects Versions: flexscoring branch > Reporter: David Mark Nemeskey > Assignee: David Mark Nemeskey > Priority: Minor > Labels: gsoc, gsoc2011, test > Fix For: flexscoring branch > > Attachments: LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch, LUCENE-3357.patch > > > Write test cases to test the new Similarities added in [LUCENE-3220|https://issues.apache.org/jira/browse/LUCENE-3220]. Two types of test cases will be created: > * unit tests, in which mock statistics are provided to the Similarities and the score is validated against hand calculations; > * integration tests, in which a small collection is indexed and then searched using the Similarities. > Performance tests will be performed in a separate issue. -- 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