public static class FilterIndexReader.FilterTermEnum extends TermEnum
TermEnum implementations.| Constructor and Description |
|---|
FilterIndexReader.FilterTermEnum(TermEnum in) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected TermEnum in
public FilterIndexReader.FilterTermEnum(TermEnum in)
public boolean next()
throws IOException
TermEnumnext in class TermEnumIOExceptionpublic Term term()
TermEnumpublic int docFreq()
TermEnumpublic void close()
throws IOException
TermEnumclose in interface Closeableclose in class TermEnumIOException