| Package | Description |
|---|---|
| org.terrier.structures.bit |
Provides on-disk index structures that support the older bit-level compression scheme.
|
| org.terrier.structures.postings.bit |
Provides bit-level IterablePosting implementations.
|
| Constructor and Description |
|---|
BitPostingIndex(String filename,
byte fileCount,
Class<BasicIterablePosting> _postingImplementation,
String _dataSource,
int _fieldCount) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicIterablePostingDocidOnly
Posting iterator class that only returns identifiers, not frequencies.
|
class |
BlockFieldIterablePosting
class BlockFieldIterablePosting
|
class |
BlockIterablePosting
A writable block iterable posting list
|
class |
FieldIterablePosting
A posting iterator for field postings.
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow