Uses of Interface
org.terrier.structures.cache.QueryResultCache
-
Packages that use QueryResultCache Package Description org.terrier.applications.batchquerying Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.org.terrier.structures.cache Provides caching of search results when performing batch querying operations. -
-
Uses of QueryResultCache in org.terrier.applications.batchquerying
Fields in org.terrier.applications.batchquerying declared as QueryResultCache Modifier and Type Field Description protected QueryResultCacheTRECQuerying. resultsCacheresults are obtained a query cache is one is enabled.Methods in org.terrier.applications.batchquerying that return QueryResultCache Modifier and Type Method Description protected QueryResultCacheTRECQuerying. getResultsCache()Obtain the query cache. -
Uses of QueryResultCache in org.terrier.structures.cache
Classes in org.terrier.structures.cache that implement QueryResultCache Modifier and Type Class Description classGrowingMapQueryResultCache<K>an abstract results cache that puts stuff into an ever-growing MapclassGrowingMapQueryStringResultCacheclassNullQueryResultCacheDo nothing QueryResultCache
-