change ref to TermScorer to TermQuery

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@462558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2006-10-10 20:55:36 +00:00
parent 8afdf8efc1
commit 01fcae4320
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
This scoring formula is described in the 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 <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 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> </p>
</subsection> </subsection>
<subsection name="The Big Picture"> <subsection name="The Big Picture">