You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by gs...@apache.org on 2006/10/10 22:56:33 UTC

svn commit: r462561 - /lucene/java/trunk/docs/scoring.html

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
                     <a href="api/org/apache/lucene/search/Similarity.html">Similarity</a> 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
-                    <a href="api/org/apache/lucene/search/TermScorer.html">TermScorer</a>.
+                    <a href="api/org/apache/lucene/search/TermQuery.html">TermQuery</a>.
                 </p>
                             </blockquote>
       </td></tr>