correct javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1173430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-09-20 23:52:57 +00:00
parent e182c59b9d
commit 4149b56c9a

View File

@ -276,8 +276,8 @@ public class IndexSearcher implements Closeable {
}
/** Finds the top <code>n</code>
* hits for <code>query</code>, applying <code>filter</code> if non-null,
* where all results are after a previous result (<code>after</code>).
* hits for <code>query</code> where all results are after a previous
* result (<code>after</code>).
* <p>
* By passing the bottom result from a previous page as <code>after</code>,
* this method can be used for efficient 'deep-paging' across potentially