|
||||||||||
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.index.FilterIndexReader.FilterTermEnum
public static class FilterIndexReader.FilterTermEnum
Base class for filtering TermEnum
implementations.
Field Summary | |
---|---|
protected TermEnum |
in
|
Constructor Summary | |
---|---|
FilterIndexReader.FilterTermEnum(TermEnum in)
|
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 |
Field Detail |
---|
protected TermEnum in
Constructor Detail |
---|
public FilterIndexReader.FilterTermEnum(TermEnum in)
Method Detail |
---|
public boolean next() throws IOException
TermEnum
next
in class TermEnum
IOException
public Term term()
TermEnum
term
in class TermEnum
public int docFreq()
TermEnum
docFreq
in class TermEnum
public void close() throws IOException
TermEnum
close
in interface Closeable
close
in class TermEnum
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |