Package | Description |
---|---|
org.terrier.matching |
Provides the classes and interfaces used for matching documents
to queries.
|
org.terrier.matching.daat |
Provides classes that implement a document-at-a-time (DAAT) matching strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
FatQueryResultSet
An implementation of
FatResultSet . |
Modifier and Type | Method and Description |
---|---|
FatResultSet |
FatQueryResultSet.getResultSet(int start,
int length)
Crops the existing result file and extracts a subset
from the given starting point to the ending point.
|
static FatResultSet |
FatUtils.recreate(FatResultSet frs) |
Modifier and Type | Method and Description |
---|---|
static Iterator<Map.Entry<String,FatResultSet>> |
FatUtils.readFatResultSet(String filename) |
Modifier and Type | Method and Description |
---|---|
static void |
FatUtils.dump(FatResultSet frs) |
static String |
FatUtils.getInfo(FatResultSet frs) |
static Index |
FatUtils.makeIndex(FatResultSet frs) |
static void |
FatUtils.readFields(FatResultSet frs,
DataInput in) |
protected static void |
FatUtils.readFieldsV2(FatResultSet frs,
DataInput in) |
protected static void |
FatUtils.readFieldsV3(FatResultSet frs,
DataInput in) |
protected static void |
FatUtils.readFieldsV4(FatResultSet frs,
DataInput in) |
protected static void |
FatUtils.readFieldsV5(FatResultSet frs,
DataInput in) |
static FatResultSet |
FatUtils.recreate(FatResultSet frs) |
static void |
FatUtils.write(FatResultSet frs,
DataOutput out) |
static void |
FatUtils.writeV3(FatResultSet frs,
DataOutput out) |
static void |
FatUtils.writeV5(FatResultSet frs,
DataOutput out) |
Modifier and Type | Class and Description |
---|---|
class |
FatCandidateResultSet |
Modifier and Type | Method and Description |
---|---|
FatResultSet |
FatCandidateResultSet.getResultSet(int start,
int length) |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow