mirror of https://github.com/apache/lucene.git
change ref from Hits (deprecated) to TopDocs in overview.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@807852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a9ef8447d
commit
ef0fc55437
|
@ -109,7 +109,7 @@ provides data structures to represent queries (ie <a href="org/apache/lucene/sea
|
|||
for individual words, <a href="org/apache/lucene/search/PhraseQuery.html">PhraseQuery</a>
|
||||
for phrases, and <a href="org/apache/lucene/search/BooleanQuery.html">BooleanQuery</a>
|
||||
for boolean combinations of queries) and the abstract <a href="org/apache/lucene/search/Searcher.html">Searcher</a>
|
||||
which turns queries into <a href="org/apache/lucene/search/Hits.html">Hits</a>.
|
||||
which turns queries into <a href="org/apache/lucene/search/TopDocs.html">TopDocs</a>.
|
||||
<a href="org/apache/lucene/search/IndexSearcher.html">IndexSearcher</a>
|
||||
implements search over a single IndexReader.</li>
|
||||
|
||||
|
|
Loading…
Reference in New Issue