You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ha...@apache.org on 2013/07/16 18:43:16 UTC

svn commit: r1503791 - /lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/TermsEnum.java

Author: han
Date: Tue Jul 16 16:43:16 2013
New Revision: 1503791

URL: http://svn.apache.org/r1503791
Log:
javadocs

Modified:
    lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/TermsEnum.java

Modified: lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/TermsEnum.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/TermsEnum.java?rev=1503791&r1=1503790&r2=1503791&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/TermsEnum.java (original)
+++ lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/TermsEnum.java Tue Jul 16 16:43:16 2013
@@ -101,9 +101,8 @@ public abstract class TermsEnum implemen
    * use this method. Low-level implementations may position the TermsEnum
    * without re-seeking the term dictionary.
    * <p>
-   * Seeking by {@link TermState} should only be used iff the enum the state was
-   * obtained from and the enum the state is used for seeking are obtained from
-   * the same {@link IndexReader}.
+   * Seeking by {@link TermState} should only be used iff the state was obtained 
+   * from the same {@link TermsEnum} instance. 
    * <p>
    * NOTE: Using this method with an incompatible {@link TermState} might leave
    * this {@link TermsEnum} in undefined state. On a segment level