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
Fields in org.apache.lucene.search with type parameters of type LRUQueryCache.CacheAndCountModifier and TypeFieldDescriptionprivate final Map<Query,
LRUQueryCache.CacheAndCount> LRUQueryCache.LeafCache.cache
Methods in org.apache.lucene.search that return LRUQueryCache.CacheAndCountModifier and TypeMethodDescriptionprivate LRUQueryCache.CacheAndCount
LRUQueryCache.CachingWrapperWeight.cache
(LeafReaderContext context) protected LRUQueryCache.CacheAndCount
LRUQueryCache.cacheImpl
(BulkScorer scorer, int maxDoc) Default cache implementation: usesRoaringDocIdSet
for sets that have a density < 1% and aBitDocIdSet
over aFixedBitSet
otherwise.private static LRUQueryCache.CacheAndCount
LRUQueryCache.cacheIntoBitSet
(BulkScorer scorer, int maxDoc) private static LRUQueryCache.CacheAndCount
LRUQueryCache.cacheIntoRoaringDocIdSet
(BulkScorer scorer, int maxDoc) (package private) LRUQueryCache.CacheAndCount
LRUQueryCache.get
(Query key, IndexReader.CacheHelper cacheHelper) (package private) LRUQueryCache.CacheAndCount
Methods in org.apache.lucene.search with parameters of type LRUQueryCache.CacheAndCountModifier and TypeMethodDescription(package private) void
LRUQueryCache.LeafCache.putIfAbsent
(Query query, LRUQueryCache.CacheAndCount cached) private void
LRUQueryCache.putIfAbsent
(Query query, LRUQueryCache.CacheAndCount cached, IndexReader.CacheHelper cacheHelper)