mirror of https://github.com/apache/lucene.git
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:
parent
8afdf8efc1
commit
01fcae4320
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue