mirror of
https://github.com/apache/lucene.git
synced 2025-02-28 13:29:26 +00:00
LUCENE-2736: clarify DISI.advance()'s javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
801d63d369
commit
381461d3c9
@ -61,9 +61,10 @@ public abstract class DocIdSetIterator {
|
|||||||
public abstract int nextDoc() throws IOException;
|
public abstract int nextDoc() throws IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Advances to the first beyond the current whose document number is greater
|
* Advances to the first beyond (see NOTE below) the current whose document
|
||||||
* than or equal to <i>target</i>. Returns the current document number or
|
* number is greater than or equal to <i>target</i>. Returns the current
|
||||||
* {@link #NO_MORE_DOCS} if there are no more docs in the set.
|
* document number or {@link #NO_MORE_DOCS} if there are no more docs in the
|
||||||
|
* set.
|
||||||
* <p>
|
* <p>
|
||||||
* Behaves as if written:
|
* Behaves as if written:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user