Subclasses of BitPostingIndex in org.terrier.structures |
class |
BlockDirectIndex
Extended direct index that saves both block
and field information about the terms that
appear in a document. |
class |
BlockInvertedIndex
This class implements the block field inverted
index for performing retrieval. |
class |
DirectIndex
A class that implements the direct index and saves
information about whether a term appears in
one of the specified fields. |
class |
InvertedIndex
This class implements the inverted index
for performing retrieval, with field information
optionally. |