| Interface | Description |
|---|---|
| IntDocVector |
Interface representing a document vector where the terms are represented by
integer term ids.
|
| IntDocVector.Reader |
Interface representing a reader for a
IntDocVector, providing access
to terms, their frequencies, and positions. |
| TermDocVector |
Interface representing a document vector where the terms are strings.
|
| TermDocVector.Reader |
Interface representing a reader for a
TermDocVector, providing
access to terms, their frequencies, and positions. |
| Class | Description |
|---|---|
| IntDocVectorsForwardIndex |
Object providing an index into one or more
SequenceFiles
containing IntDocVectors, providing random access to the document
vectors. |
| LazyIntDocVector |
Implementation of
IntDocVector that lazily decodes term and
positional information on demand. |
| LazyIntDocVector.Reader | |
| LazyTermDocVector |
Implementation of
TermDocVector that lazily decodes term and
positional information on demand. |
| LazyTermDocVector.Reader | |
| TermDocVectorsForwardIndex |
Object providing an index into one or more
SequenceFiles
containing TermDocVectors, providing random access to the document
vectors. |
| WeightedIntDocVector |
Implementation of
IntDocVector with term weights |