mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
jdoc improvement
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@939746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f2cd93b93
commit
a7659e55ef
@ -24,7 +24,9 @@ import org.apache.lucene.util.AttributeSource;
|
|||||||
import org.apache.lucene.util.IntsRef;
|
import org.apache.lucene.util.IntsRef;
|
||||||
|
|
||||||
/** Iterates through the documents, term freq and positions.
|
/** Iterates through the documents, term freq and positions.
|
||||||
* NOTE: you must first call {@link #nextDoc}.
|
* NOTE: you must first call {@link #nextDoc} before using
|
||||||
|
* any of the per-doc methods (this does not apply to the
|
||||||
|
* bulk read {@link #read} method).
|
||||||
*
|
*
|
||||||
* @lucene.experimental */
|
* @lucene.experimental */
|
||||||
public abstract class DocsEnum extends DocIdSetIterator {
|
public abstract class DocsEnum extends DocIdSetIterator {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user