Uses of Class
org.apache.lucene.search.LRUQueryCache.CacheAndCount
Packages that use LRUQueryCache.CacheAndCount
-
Uses of LRUQueryCache.CacheAndCount in org.apache.lucene.search
Fields in org.apache.lucene.search declared as LRUQueryCache.CacheAndCountModifier and TypeFieldDescriptionprotected static final LRUQueryCache.CacheAndCount
LRUQueryCache.CacheAndCount.EMPTY
Methods in org.apache.lucene.search that return LRUQueryCache.CacheAndCountModifier and TypeMethodDescriptionprotected LRUQueryCache.CacheAndCount
LRUQueryCache.cacheImpl
(BulkScorer scorer, int maxDoc) Default cache implementation: usesRoaringDocIdSet
for sets that have a density < 1% and aBitDocIdSet
over aFixedBitSet
otherwise.