mirror of https://github.com/apache/lucene.git
Revise javadoc of ExactPhraseMatcher#advancePosition (#944)
This commit is contained in:
parent
e8c1720956
commit
7e9d5ab768
|
@ -103,8 +103,8 @@ public final class ExactPhraseMatcher extends PhraseMatcher {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Advance the given pos enum to the first doc on or after {@code target}. Return {@code false} if
|
* Advance the given pos enum to the first position on or after {@code target}. Return {@code
|
||||||
* the enum was exhausted before reaching {@code target} and {@code true} otherwise.
|
* false} if the enum was exhausted before reaching {@code target} and {@code true} otherwise.
|
||||||
*/
|
*/
|
||||||
private static boolean advancePosition(PostingsAndPosition posting, int target)
|
private static boolean advancePosition(PostingsAndPosition posting, int target)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue