mirror of https://github.com/apache/lucene.git
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:
parent
92c6484161
commit
4560d9da77
|
@ -50,7 +50,8 @@ public abstract class TermEnum {
|
|||
* return true;
|
||||
* }
|
||||
* </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 {
|
||||
do {
|
||||
|
|
Loading…
Reference in New Issue