mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 10:15:27 +00:00
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:
parent
e182c59b9d
commit
4149b56c9a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user