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.CacheAndCountLRUQueryCache.CacheAndCount.EMPTYFields in org.apache.lucene.search with type parameters of type LRUQueryCache.CacheAndCountModifier and TypeFieldDescriptionprivate final Map<Query, LRUQueryCache.CacheAndCount> LRUQueryCache.LeafCache.cacheMethods in org.apache.lucene.search that return LRUQueryCache.CacheAndCountModifier and TypeMethodDescriptionprivate LRUQueryCache.CacheAndCountLRUQueryCache.CachingWrapperWeight.cache(LeafReaderContext context) protected LRUQueryCache.CacheAndCountLRUQueryCache.cacheImpl(BulkScorer scorer, int maxDoc) Default cache implementation: usesRoaringDocIdSetfor sets that have a density < 1% and aBitDocIdSetover aFixedBitSetotherwise.private static LRUQueryCache.CacheAndCountLRUQueryCache.cacheIntoBitSet(BulkScorer scorer, int maxDoc) private static LRUQueryCache.CacheAndCountLRUQueryCache.cacheIntoRoaringDocIdSet(BulkScorer scorer, int maxDoc) (package private) LRUQueryCache.CacheAndCountLRUQueryCache.get(Query key, IndexReader.CacheHelper cacheHelper) (package private) LRUQueryCache.CacheAndCountMethods in org.apache.lucene.search with parameters of type LRUQueryCache.CacheAndCountModifier and TypeMethodDescription(package private) voidLRUQueryCache.LeafCache.putIfAbsent(Query query, LRUQueryCache.CacheAndCount cached) private voidLRUQueryCache.putIfAbsent(Query query, LRUQueryCache.CacheAndCount cached, IndexReader.CacheHelper cacheHelper)