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:55:36 UTC

svn commit: r462558 - /lucene/java/trunk/xdocs/scoring.xml

Author: gsingers
Date: Tue Oct 10 13:55:36 2006
New Revision: 462558

URL: http://svn.apache.org/viewvc?view=rev&rev=462558
Log:
change ref to TermScorer to TermQuery

Modified:
    lucene/java/trunk/xdocs/scoring.xml

Modified: lucene/java/trunk/xdocs/scoring.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/xdocs/scoring.xml?view=diff&rev=462558&r1=462557&r2=462558
==============================================================================
--- lucene/java/trunk/xdocs/scoring.xml (original)
+++ lucene/java/trunk/xdocs/scoring.xml Tue Oct 10 13:55:36 2006
@@ -114,7 +114,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>
             </subsection>
             <subsection name="The Big Picture">