See: Description
| Interface | Description |
|---|---|
| PostingsList |
Interface representing a postings list, which contains a list of individual
postings.
|
| PostingsReader |
Interface for a postings reader.
|
| Class | Description |
|---|---|
| IntPostingsForwardIndex | |
| Posting |
A posting, consisting of a docno and a term frequency.
|
| PostingsAccumulator | |
| PostingsListDocSortedNonPositional |
Object representing a document-sorted postings list wit no positional information.
|
| PostingsListDocSortedNonPositional.DocList | |
| PostingsListDocSortedNonPositional.DocListComparator | |
| PostingsListDocSortedNonPositional.PostingsReader |
PostingsReader for PostingsListDocSortedNonPositional. |
| PostingsListDocSortedPositional |
Object representing a document-sorted postings list that holds positional information for terms.
|
| PostingsListDocSortedPositional.DocListComparator | |
| PostingsListDocSortedPositional.PostingsReader |
PostingsReader for PostingsListDocSortedPositional. |
| PostingsListDocSortedPositionalPForDelta |
Object representing a document-sorted postings list that holds positional information for terms.
|
| PostingsListDocSortedPositionalPForDelta.DocListComparator | |
| PostingsListDocSortedPositionalPForDelta.PostingsReader |
PostingsReader for PostingsListDocSortedPositionalPForDelta. |
| ProximityPostingsReader | |
| ProximityPostingsReaderOrderedWindow | |
| ProximityPostingsReaderUnorderedWindow | |
| TermPositions |
A Hadoop
Writable that encodes the position of term occurrences within a document. |
Provides data structures needed for indexing and retrieval.