|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 TermEnumpublic Term term()
term in class TermEnumpublic int docFreq()
docFreq in class TermEnumpublic void close()
close in interface Closeableclose in class TermEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||