Package | Description |
---|---|
org.terrier.querying |
Provides the interfaces and classes for the querying
API of the Terrier platform, the controls, post processors
and filters.
|
org.terrier.realtime.memory |
Provides MemoryIndex structures.
|
org.terrier.realtime.multi |
Provides MultiIndex structures.
|
org.terrier.structures |
Provides the classes that implement the data structures used
for retrieval with the Terrier platform.
|
Modifier and Type | Field and Description |
---|---|
protected MetaIndex |
RelevanceFeedbackSelector.metaIndex |
protected MetaIndex |
QueryExpansion.metaIndex |
protected MetaIndex |
Decorate.metaIndex
The meta index server.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryCompressedMetaIndex
An in-memory version of a Meta-data index.
|
class |
MemoryMetaIndex
An in-memory version of a Meta-data index.
|
class |
MemoryMetaIndexMap
A memory meta index structure that supports fast look-ups via a map.
|
Modifier and Type | Method and Description |
---|---|
MetaIndex |
MemoryIndex.getMetaIndex()
Get the Meta Index structure
|
Modifier and Type | Class and Description |
---|---|
class |
MultiMeta
A MetaIndex for use with a MultiIndex.
|
Modifier and Type | Method and Description |
---|---|
MetaIndex |
MultiIndex.getMetaIndex()
Get the Meta Index structure
|
Constructor and Description |
---|
MultiMeta(MetaIndex[] metas,
int[] offsets)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressingMetaIndex
A
MetaIndex implementation that compresses contents. |
Modifier and Type | Method and Description |
---|---|
MetaIndex |
IndexOnDisk.getMetaIndex() |
abstract MetaIndex |
Index.getMetaIndex()
Get the Meta Index structure
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow