Skip to content

Commit

Permalink
Revise javadoc of ExactPhraseMatcher#advancePosition (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaih authored Jun 4, 2022
1 parent e8c1720 commit 7e9d5ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ float maxFreq() {
}

/**
* Advance the given pos enum to the first doc on or after {@code target}. Return {@code false} if
* the enum was exhausted before reaching {@code target} and {@code true} otherwise.
* Advance the given pos enum to the first position on or after {@code target}. Return {@code
* false} if the enum was exhausted before reaching {@code target} and {@code true} otherwise.
*/
private static boolean advancePosition(PostingsAndPosition posting, int target)
throws IOException {
Expand Down

0 comments on commit 7e9d5ab

Please sign in to comment.