Package | Description |
---|---|
gate.creole.annic.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterIndexReader.FilterTermEnum
Base class for filtering
TermEnum implementations. |
Modifier and Type | Field and Description |
---|---|
protected TermEnum |
FilterIndexReader.FilterTermEnum.in |
Modifier and Type | Method and Description |
---|---|
TermEnum |
FilterIndexReader.terms() |
TermEnum |
MultiReader.terms() |
abstract TermEnum |
IndexReader.terms()
Returns an enumeration of all the terms in the index.
|
TermEnum |
FilterIndexReader.terms(Term t) |
TermEnum |
MultiReader.terms(Term term) |
abstract TermEnum |
IndexReader.terms(Term t)
Returns an enumeration of all terms after a given term.
|
Modifier and Type | Method and Description |
---|---|
void |
TermDocs.seek(TermEnum termEnum)
Sets this to the data for the current term in a
TermEnum . |
void |
FilterIndexReader.FilterTermDocs.seek(TermEnum termEnum) |
void |
MultipleTermPositions.seek(TermEnum termEnum) |
Constructor and Description |
---|
FilterTermEnum(TermEnum in) |
Copyright © 2024 GATE. All rights reserved.