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 30E8A8AD7 for ; Mon, 22 Aug 2011 12:51:53 +0000 (UTC) Received: (qmail 64282 invoked by uid 500); 22 Aug 2011 12:51:51 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 64110 invoked by uid 500); 22 Aug 2011 12:51:50 -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 64098 invoked by uid 99); 22 Aug 2011 12:51:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2011 12:51:49 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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; Mon, 22 Aug 2011 12:51:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 11903AA7BC for ; Mon, 22 Aug 2011 12:51:29 +0000 (UTC) Date: Mon, 22 Aug 2011 12:51:29 +0000 (UTC) From: "David Mark Nemeskey (JIRA)" To: dev@lucene.apache.org Message-ID: <360259705.964.1314017489068.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1025784463.792.1314013049140.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3391) Make EasySimilarityProvider a full-fledged class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3391: ---------------------------------------- Attachment: LUCENE-3391.patch Got rid of BM25SimilarityProvider. > Make EasySimilarityProvider a full-fledged class > ------------------------------------------------- > > Key: LUCENE-3391 > URL: https://issues.apache.org/jira/browse/LUCENE-3391 > Project: Lucene - Java > Issue Type: Sub-task > Components: core/query/scoring, general/javadocs > Reporter: David Mark Nemeskey > Assignee: David Mark Nemeskey > Labels: gsoc, gsoc2011, rank, similarity > Fix For: flexscoring branch > > Attachments: LUCENE-3391.patch, LUCENE-3391.patch, LUCENE-3391.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > The {{EasySimilarityProvider}} in {{TestEasySimilarity}} would be a good candidate for a full-fledged class. Both {{DefaultSimilarity}} and {{BM25Similarity}} have their own providers, which are effectively the same,so I don't see why we couldn't add one generic provider for convenience. -- 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