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