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 |
---|---|
ResultSet |
FatFeaturedScoringMatching.doMatch(String queryNumber,
MatchingQueryTerms queryTerms,
FatResultSet fat) |
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) |
static FatResultSet |
FatUtils.recreate(FatResultSet frs) |
static void |
FatUtils.write(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 4.0. Copyright © 2004-2014 University of Glasgow