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
TermEnum
public Term term()
TermEnum
public int docFreq()
TermEnum
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.