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
TermEnum
next
in class TermEnum
IOException
public Term term()
TermEnum
public int docFreq()
TermEnum
public void close() throws IOException
TermEnum
close
in interface Closeable
close
in class TermEnum
IOException