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 QueryResultCache
TRECQuerying. resultsCache
results are obtained a query cache is one is enabled.Methods in org.terrier.applications.batchquerying that return QueryResultCache Modifier and Type Method Description protected QueryResultCache
TRECQuerying. 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 class
GrowingMapQueryResultCache<K>
an abstract results cache that puts stuff into an ever-growing Mapclass
GrowingMapQueryStringResultCache
class
NullQueryResultCache
Do nothing QueryResultCache
-