|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TermEnum | |
|---|---|
| gate.creole.annic.apache.lucene.index | Code to maintain and access indices. |
| Uses of TermEnum in gate.creole.annic.apache.lucene.index |
|---|
| Subclasses of TermEnum in gate.creole.annic.apache.lucene.index | |
|---|---|
static class |
FilterIndexReader.FilterTermEnum
Base class for filtering TermEnum implementations. |
(package private) class |
MultiTermEnum
|
(package private) class |
SegmentTermEnum
|
| Fields in gate.creole.annic.apache.lucene.index declared as TermEnum | |
|---|---|
protected TermEnum |
FilterIndexReader.FilterTermEnum.in
|
(package private) TermEnum |
SegmentMergeInfo.termEnum
|
| Methods in gate.creole.annic.apache.lucene.index that return TermEnum | |
|---|---|
TermEnum |
FilterIndexReader.terms()
|
abstract TermEnum |
IndexReader.terms()
Returns an enumeration of all the terms in the index. |
TermEnum |
MultiReader.terms()
|
TermEnum |
SegmentReader.terms()
|
TermEnum |
FilterIndexReader.terms(Term t)
|
abstract TermEnum |
IndexReader.terms(Term t)
Returns an enumeration of all terms after a given term. |
TermEnum |
MultiReader.terms(Term term)
|
TermEnum |
SegmentReader.terms(Term t)
|
| Methods in gate.creole.annic.apache.lucene.index with parameters of type TermEnum | |
|---|---|
void |
FilterIndexReader.FilterTermDocs.seek(TermEnum termEnum)
|
void |
MultiTermDocs.seek(TermEnum termEnum)
|
void |
MultipleTermPositions.seek(TermEnum termEnum)
|
void |
SegmentTermDocs.seek(TermEnum termEnum)
|
void |
TermDocs.seek(TermEnum termEnum)
Sets this to the data for the current term in a TermEnum. |
| Constructors in gate.creole.annic.apache.lucene.index with parameters of type TermEnum | |
|---|---|
FilterIndexReader.FilterTermEnum(TermEnum in)
|
|
SegmentMergeInfo(int b,
TermEnum te,
IndexReader r)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||