Uses of Interface
org.terrier.matching.FatResultSet
-
Packages that use FatResultSet 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. -
-
Uses of FatResultSet in org.terrier.matching
Classes in org.terrier.matching that implement FatResultSet Modifier and Type Class Description class
FatQueryResultSet
An implementation ofFatResultSet
.Methods in org.terrier.matching that return FatResultSet Modifier and Type Method 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)
Methods in org.terrier.matching that return types with arguments of type FatResultSet Modifier and Type Method Description static java.util.Iterator<java.util.Map.Entry<java.lang.String,FatResultSet>>
FatUtils. readFatResultSet(java.lang.String filename)
Methods in org.terrier.matching with parameters of type FatResultSet Modifier and Type Method Description static void
FatUtils. dump(FatResultSet frs)
static java.lang.String
FatUtils. getInfo(FatResultSet frs)
static Index
FatUtils. makeIndex(FatResultSet frs)
static void
FatUtils. readFields(FatResultSet frs, java.io.DataInput in)
protected static void
FatUtils. readFieldsV2(FatResultSet frs, java.io.DataInput in)
protected static void
FatUtils. readFieldsV3(FatResultSet frs, java.io.DataInput in)
protected static void
FatUtils. readFieldsV4(FatResultSet frs, java.io.DataInput in)
protected static void
FatUtils. readFieldsV5(FatResultSet frs, java.io.DataInput in, boolean v6)
protected static void
FatUtils. readFieldsV6(FatResultSet frs, java.io.DataInput in, boolean v6)
static FatResultSet
FatUtils. recreate(FatResultSet frs)
static void
FatUtils. write(FatResultSet frs, java.io.DataOutput out)
static void
FatUtils. writeV3(FatResultSet frs, java.io.DataOutput out)
static void
FatUtils. writeV5(FatResultSet frs, java.io.DataOutput out)
-
Uses of FatResultSet in org.terrier.matching.daat
Classes in org.terrier.matching.daat that implement FatResultSet Modifier and Type Class Description class
FatCandidateResultSet
Methods in org.terrier.matching.daat that return FatResultSet Modifier and Type Method Description FatResultSet
FatCandidateResultSet. getResultSet(int start, int length)
-