Package | Description |
---|---|
org.terrier.structures |
Provides the classes that implement the data structures used
for retrieval with the Terrier platform.
|
org.terrier.structures.collections |
Provides data structures various data structures.
|
org.terrier.structures.seralization |
Provides classes for things that can be serializaed to disk.
|
Modifier and Type | Class and Description |
---|---|
static class |
BasicDocumentIndexEntry.Factory
Returna a factory for creating document index entries
|
static class |
BasicLexiconEntry.Factory
Factory for creating LexiconEntry objects
|
static class |
BlockFieldLexiconEntry.Factory
Factory for creating LexiconEntries
|
static class |
BlockLexiconEntry.Factory
Deprecated.
Factory for creating block lexicon entries
|
static class |
FieldDocumentIndexEntry.Factory
Factory for creating a field document index entry
|
static class |
FieldLexiconEntry.Factory
Factory for a LexiconEntry
|
static class |
NonIncrementalDocumentIndexEntry.Factory
Returna a factory for creating document index entries
|
static class |
SimpleBitIndexPointer.Factory
Factory class for
SimpleBitIndexPointer . |
static class |
SimpleDocumentIndexEntry.Factory
Factory for the creation of DocumentIndexEntry objects
|
Modifier and Type | Field and Description |
---|---|
protected WriteableFactory<org.apache.hadoop.io.Text> |
MapLexicon.keyFactory |
Modifier and Type | Method and Description |
---|---|
WriteableFactory<K> |
FSOrderedMapFile.getKeyFactory()
Get the key factory
|
WriteableFactory<V> |
FSOrderedMapFile.getValueFactory()
Get the value factory
|
Modifier and Type | Interface and Description |
---|---|
interface |
FixedSizeWriteableFactory<T extends org.apache.hadoop.io.Writable>
Sub-interface for WritableFactory, where the Writable objects have a fixed size on
disk.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedSizeIntWritableFactory
Makes an IntWritable, which has a fixed Writable size of 4 bytes.
|
class |
FixedSizeTextFactory
Makes a
Text object that has a fixed size when written using Writable methods. |
Terrier 4.0. Copyright © 2004-2014 University of Glasgow