Uses of Class
org.terrier.matching.AccumulatorResultSet
-
Packages that use AccumulatorResultSet Package Description org.terrier.matching Provides the classes and interfaces used for matching documents to queries.org.terrier.matching.taat Provides classes that implement a term-at-a-time (TAAT) matching strategy. -
-
Uses of AccumulatorResultSet in org.terrier.matching
Methods in org.terrier.matching that return AccumulatorResultSet Modifier and Type Method Description AccumulatorResultSet
AccumulatorResultSet. getAccumulatorResultSet(int start, int length)
-
Uses of AccumulatorResultSet in org.terrier.matching.taat
Methods in org.terrier.matching.taat with parameters of type AccumulatorResultSet Modifier and Type Method Description protected void
Full. assignScores(BaseMatching.MatchingState state, int i, AccumulatorResultSet rs, IterablePosting postings)
-