update to TermEnum#skipTo javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@765620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-04-16 13:02:12 +00:00
parent 92c6484161
commit 4560d9da77
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ public abstract class TermEnum {
* return true; * return true;
* } * }
* </pre> * </pre>
* Some implementations are considerably more efficient than that. * Some implementations *could* be considerably more efficient than a linear scan.
* Check the implementation to be sure.
*/ */
public boolean skipTo(Term target) throws IOException { public boolean skipTo(Term target) throws IOException {
do { do {