Package | Description |
---|---|
org.terrier.realtime.memory |
Provides MemoryIndex structures.
|
org.terrier.structures.bit |
Provides on-disk index structures that support the older bit-level compression scheme.
|
org.terrier.structures.indexing.singlepass |
Provides implementation of the structures needed for performing a single
pass indexing
|
org.terrier.structures.integer |
Provides generic posting index classes that support byte-level compression.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryInvertedIndex.InvertedIterator
Inverted index iterator.
|
Modifier and Type | Method and Description |
---|---|
PostingIndexInputStream |
MemoryInvertedIndex.iterator()
Return an iterator over the inverted file.
|
PostingIndexInputStream |
MemoryDirectIndex.iterator()
Return an iterator over the inverted file.
|
Modifier and Type | Class and Description |
---|---|
class |
BitPostingIndexInputStream
Input stream for a bit posting index.
|
class |
BlockDirectIndexInputStream
Deprecated.
|
class |
BlockInvertedIndexInputStream
Deprecated.
|
class |
DirectIndexInputStream
Deprecated.
|
class |
InvertedIndexInputStream
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected long |
Inverted2DirectIndexBuilder.traverseInvertedFile(PostingIndexInputStream iiis,
int firstDocid,
int lastDocid,
Posting[] directPostings)
traverse the inverted file, looking for all occurrences of documents in the given range
|
protected long |
BlockInverted2DirectIndexBuilder.traverseInvertedFile(PostingIndexInputStream iiis,
int firstDocid,
int lastDocid,
Posting[] directPostings)
traverse the inverted file, looking for all occurrences of documents in the given range
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerCodingPostingIndexInputStream
Input stream for an integer coding posting index.
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow