public static class FilterIndexReader.FilterTermEnum extends TermEnum
TermEnum implementations.| Constructor and Description |
|---|
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 FilterTermEnum(TermEnum in)
public boolean next()
throws java.io.IOException
TermEnumpublic Term term()
TermEnumpublic int docFreq()
TermEnumpublic void close()
throws java.io.IOException
TermEnumCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.