Package | Description |
---|---|
gate.creole.annic.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TermPositions
TermPositions provides an interface for enumerating the <document,
frequency, <position>* > tuples for a term.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterIndexReader.FilterTermDocs
Base class for filtering
TermDocs implementations. |
static class |
FilterIndexReader.FilterTermPositions
Base class for filtering
TermPositions implementations. |
class |
MultipleTermPositions
Describe class
MultipleTermPositions here. |
Modifier and Type | Field and Description |
---|---|
protected TermDocs |
FilterIndexReader.FilterTermDocs.in |
Modifier and Type | Method and Description |
---|---|
TermDocs |
FilterIndexReader.termDocs() |
TermDocs |
MultiReader.termDocs() |
abstract TermDocs |
IndexReader.termDocs()
Returns an unpositioned
TermDocs enumerator. |
TermDocs |
IndexReader.termDocs(Term term)
Returns an enumeration of all the documents which contain
term . |
Constructor and Description |
---|
FilterTermDocs(TermDocs in) |
Copyright © 2024 GATE. All rights reserved.