git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2015-04-04 15:36:17 +00:00
parent 4297e28f7a
commit 024df3e4a0
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public abstract class TwoPhaseIterator {
} }
/** Return whether the current doc ID that the iterator is on matches. This /** Return whether the current doc ID that the iterator is on matches. This
* method should only be called when the iterator is positionned -- ie. not * method should only be called when the iterator is positioned -- ie. not
* when {@link DocIdSetIterator#docID()} is {@code -1} or * when {@link DocIdSetIterator#docID()} is {@code -1} or
* {@link DocIdSetIterator#NO_MORE_DOCS} -- and at most once. */ * {@link DocIdSetIterator#NO_MORE_DOCS} -- and at most once. */
public abstract boolean matches() throws IOException; public abstract boolean matches() throws IOException;