Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.store.instantiated |
InstantiatedIndex, alternative RAM store for small corpora.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
TermPositions |
TermPositions provides an interface for enumerating the <document,
frequency, <position>* > tuples for a term.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractAllTermDocs |
Base class for enumerating all but deleted docs.
|
static class |
FilterIndexReader.FilterTermDocs |
Base class for filtering
TermDocs implementations. |
static class |
FilterIndexReader.FilterTermPositions |
Base class for filtering
TermPositions implementations. |
class |
MultipleTermPositions |
Modifier and Type | Field | Description |
---|---|---|
protected TermDocs |
FilterIndexReader.FilterTermDocs.in |
Modifier and Type | Method | Description |
---|---|---|
TermDocs |
SegmentReader.rawTermDocs(Term term) |
Expert: returns an enumeration of the documents that contain
term , including deleted documents (which
are normally filtered out). |
TermDocs |
FilterIndexReader.termDocs() |
|
TermDocs |
FilterIndexReader.termDocs(Term term) |
|
abstract TermDocs |
IndexReader.termDocs() |
Returns an unpositioned
TermDocs enumerator. |
TermDocs |
IndexReader.termDocs(Term term) |
Returns an enumeration of all the documents which contain
term . |
TermDocs |
MultiReader.termDocs() |
|
TermDocs |
MultiReader.termDocs(Term term) |
|
TermDocs |
ParallelReader.termDocs() |
|
TermDocs |
ParallelReader.termDocs(Term term) |
|
TermDocs |
SegmentReader.termDocs() |
|
TermDocs |
SegmentReader.termDocs(Term term) |
Constructor | Description |
---|---|
FilterTermDocs(TermDocs in) |
Modifier and Type | Class | Description |
---|---|---|
class |
InstantiatedTermDocs |
A
TermDocs navigating an InstantiatedIndexReader . |
class |
InstantiatedTermPositions |
A
TermPositions navigating an InstantiatedIndexReader . |
Modifier and Type | Method | Description |
---|---|---|
TermDocs |
InstantiatedIndexReader.termDocs() |
Deprecated.
|
TermDocs |
InstantiatedIndexReader.termDocs(Term term) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.