mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4297e28f7a
commit
024df3e4a0
lucene/core/src/java/org/apache/lucene/search
|
@ -84,7 +84,7 @@ public abstract class TwoPhaseIterator {
|
|||
}
|
||||
|
||||
/** 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
|
||||
* {@link DocIdSetIterator#NO_MORE_DOCS} -- and at most once. */
|
||||
public abstract boolean matches() throws IOException;
|
||||
|
|
Loading…
Reference in New Issue