mirror of https://github.com/apache/lucene.git
javadocs typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb1581dbbc
commit
d6a8b367d2
|
@ -58,7 +58,7 @@ public abstract class TermsEnum implements BytesRefIterator {
|
||||||
* was hit. */
|
* was hit. */
|
||||||
public static enum SeekStatus {END, FOUND, NOT_FOUND};
|
public static enum SeekStatus {END, FOUND, NOT_FOUND};
|
||||||
|
|
||||||
/** Attemps to seek to the exact term, returning
|
/** Attempts to seek to the exact term, returning
|
||||||
* true if the term is found. If this returns false, the
|
* true if the term is found. If this returns false, the
|
||||||
* enum is unpositioned. For some codecs, seekExact may
|
* enum is unpositioned. For some codecs, seekExact may
|
||||||
* be substantially faster than {@link #seekCeil}. */
|
* be substantially faster than {@link #seekCeil}. */
|
||||||
|
|
Loading…
Reference in New Issue