Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 22655 invoked from network); 10 Oct 2006 20:56:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 20:56:55 -0000 Received: (qmail 46677 invoked by uid 500); 10 Oct 2006 20:56:54 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 46560 invoked by uid 500); 10 Oct 2006 20:56:54 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 46549 invoked by uid 99); 10 Oct 2006 20:56:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 13:56:54 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 13:56:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id DDDBB1A981D; Tue, 10 Oct 2006 13:56:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r462561 - /lucene/java/trunk/docs/scoring.html Date: Tue, 10 Oct 2006 20:56:33 -0000 To: java-commits@lucene.apache.org From: gsingers@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061010205633.DDDBB1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: gsingers Date: Tue Oct 10 13:56:33 2006 New Revision: 462561 URL: http://svn.apache.org/viewvc?view=rev&rev=462561 Log: TermScorer to TermQuery Modified: lucene/java/trunk/docs/scoring.html Modified: lucene/java/trunk/docs/scoring.html URL: http://svn.apache.org/viewvc/lucene/java/trunk/docs/scoring.html?view=diff&rev=462561&r1=462560&r2=462561 ============================================================================== --- lucene/java/trunk/docs/scoring.html (original) +++ lucene/java/trunk/docs/scoring.html Tue Oct 10 13:56:33 2006 @@ -258,7 +258,7 @@ This scoring formula is described in the Similarity class. Please take the time to study this formula, as it contains much of the information about how the basics of Lucene scoring work, especially the - TermScorer. + TermQuery.