|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.index.TermEnum org.apache.lucene.store.instantiated.InstantiatedTermEnum
public class InstantiatedTermEnum
A TermEnum
navigating an InstantiatedIndexReader
.
Constructor Summary | |
---|---|
InstantiatedTermEnum(InstantiatedIndexReader reader)
|
|
InstantiatedTermEnum(InstantiatedIndexReader reader,
int startPosition)
|
Method Summary | |
---|---|
void |
close()
Closes the enumeration to further activity, freeing resources. |
int |
docFreq()
Returns the docFreq of the current Term in the enumeration. |
boolean |
next()
Increments the enumeration to the next element. |
Term |
term()
Returns the current Term in the enumeration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstantiatedTermEnum(InstantiatedIndexReader reader)
public InstantiatedTermEnum(InstantiatedIndexReader reader, int startPosition)
Method Detail |
---|
public boolean next()
next
in class TermEnum
public Term term()
term
in class TermEnum
public int docFreq()
docFreq
in class TermEnum
public void close()
close
in interface Closeable
close
in class TermEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |