Package org.terrier.matching.taat
Provides classes that implement a term-at-a-time (TAAT) matching strategy. In TAAT matching, the scoring for one term is complete before scoring moves onto the next term in the query. In general, TAAT is not suitable for large indices - consider using DAAT instead.
-
Class Summary Class Description Full An exhaustive TAAT approach for matching documents to a query.