| Frames | No Frames |
Classes derived from org.apache.lucene.index.TermEnum | |
| class | Base class for filtering TermEnum implementations. |
Constructors with parameter type org.apache.lucene.index.TermEnum | |
Fields of type org.apache.lucene.index.TermEnum | |
| TermEnum | |
Methods with parameter type org.apache.lucene.index.TermEnum | |
| void | |
| void | Sets this to the data for the current term in a TermEnum. |
| void | Sets this to the data for the current term in a TermEnum. |
Methods with return type org.apache.lucene.index.TermEnum | |
| TermEnum | |
| TermEnum | Returns an enumeration of all the terms in the index. |
| TermEnum | |
| TermEnum | |
| TermEnum | Returns an enumeration of all terms after a given term. |
| TermEnum | |
Classes derived from org.apache.lucene.index.TermEnum | |
| class | Abstract class for enumerating a subset of all terms. |
| class | Subclass of FilteredTermEnum for enumerating all terms that are similiar to the specified filter term. |
| class | Subclass of FilteredTermEnum for enumerating all terms that match the
specified wildcard filter term. |
Methods with parameter type org.apache.lucene.index.TermEnum | |
| void | |