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 classFatQueryResultSetAn implementation ofFatResultSet.Methods in org.terrier.matching that return FatResultSet Modifier and Type Method Description FatResultSetFatQueryResultSet. getResultSet(int start, int length)Crops the existing result file and extracts a subset from the given starting point to the ending point.static FatResultSetFatUtils. 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 voidFatUtils. dump(FatResultSet frs)static java.lang.StringFatUtils. getInfo(FatResultSet frs)static IndexFatUtils. makeIndex(FatResultSet frs)static voidFatUtils. readFields(FatResultSet frs, java.io.DataInput in)protected static voidFatUtils. readFieldsV2(FatResultSet frs, java.io.DataInput in)protected static voidFatUtils. readFieldsV3(FatResultSet frs, java.io.DataInput in)protected static voidFatUtils. readFieldsV4(FatResultSet frs, java.io.DataInput in)protected static voidFatUtils. readFieldsV5(FatResultSet frs, java.io.DataInput in, boolean v6)protected static voidFatUtils. readFieldsV6(FatResultSet frs, java.io.DataInput in, boolean v6)static FatResultSetFatUtils. recreate(FatResultSet frs)static voidFatUtils. write(FatResultSet frs, java.io.DataOutput out)static voidFatUtils. writeV3(FatResultSet frs, java.io.DataOutput out)static voidFatUtils. 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 classFatCandidateResultSetMethods in org.terrier.matching.daat that return FatResultSet Modifier and Type Method Description FatResultSetFatCandidateResultSet. getResultSet(int start, int length)
-