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:
Mark Robert Miller 2009-08-25 23:26:12 +00:00
parent 4a9ef8447d
commit ef0fc55437
1 changed files with 1 additions and 1 deletions

View File

@ -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>