Uses of Class
org.apache.lucene.index.IndexReader.CacheKey
Packages that use IndexReader.CacheKey
Package
Description
Code to maintain and access indices.
Internal bridges to package-private internals, for use by the lucene test framework only.
Monitoring framework
Code to search indices.
Support for index-time and query-time joins.
-
Uses of IndexReader.CacheKey in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexReader.CacheKeyModifier and TypeFieldDescriptionprivate final IndexReader.CacheKey
FilterDirectoryReader.DelegatingCacheHelper.cacheKey
final IndexReader.CacheKey
OrdinalMap.owner
Cache key of whoever asked for this awful thingFields in org.apache.lucene.index with type parameters of type IndexReader.CacheKeyModifier and TypeFieldDescriptionprivate final Map
<IndexReader.CacheKey, LeafReader> SoftDeletesDirectoryReaderWrapper.SoftDeletesSubReaderWrapper.mapping
Methods in org.apache.lucene.index that return IndexReader.CacheKeyModifier and TypeMethodDescriptionFilterDirectoryReader.DelegatingCacheHelper.getKey()
IndexReader.CacheHelper.getKey()
Get a key that the resource can be cached on.Methods in org.apache.lucene.index with parameters of type IndexReader.CacheKeyModifier and TypeMethodDescriptionstatic OrdinalMap
OrdinalMap.build
(IndexReader.CacheKey owner, SortedDocValues[] values, float acceptableOverheadRatio) Create an ordinal map that uses the number of unique values of eachSortedDocValues
instance as a weight.static OrdinalMap
OrdinalMap.build
(IndexReader.CacheKey owner, SortedSetDocValues[] values, float acceptableOverheadRatio) Create an ordinal map that uses the number of unique values of eachSortedSetDocValues
instance as a weight.static OrdinalMap
OrdinalMap.build
(IndexReader.CacheKey owner, TermsEnum[] subs, long[] weights, float acceptableOverheadRatio) Creates an ordinal map that allows mapping ords to/from a merged space fromsubs
.void
IndexReader.ClosedListener.onClose
(IndexReader.CacheKey key) Invoked when the resource (segment core, or index reader) that is being cached on is closed.Constructors in org.apache.lucene.index with parameters of type IndexReader.CacheKeyModifierConstructorDescription(package private)
OrdinalMap
(IndexReader.CacheKey owner, TermsEnum[] subs, OrdinalMap.SegmentMap segmentMap, float acceptableOverheadRatio) Constructor parameters in org.apache.lucene.index with type arguments of type IndexReader.CacheKeyModifierConstructorDescriptionSoftDeletesSubReaderWrapper
(Map<IndexReader.CacheKey, LeafReader> oldReadersCache, String field) -
Uses of IndexReader.CacheKey in org.apache.lucene.internal.tests
Methods in org.apache.lucene.internal.tests that return IndexReader.CacheKey -
Uses of IndexReader.CacheKey in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type IndexReader.CacheKeyModifier and TypeFieldDescription(package private) final Map
<IndexReader.CacheKey, QueryIndex.QueryTermFilter> QueryIndex.termFilters
private final Map
<IndexReader.CacheKey, QueryIndex.QueryTermFilter> TermsHashBuilder.termFilters
Constructor parameters in org.apache.lucene.monitor with type arguments of type IndexReader.CacheKeyModifierConstructorDescription(package private)
TermsHashBuilder
(Map<IndexReader.CacheKey, QueryIndex.QueryTermFilter> termFilters) -
Uses of IndexReader.CacheKey in org.apache.lucene.search
Fields in org.apache.lucene.search with type parameters of type IndexReader.CacheKeyModifier and TypeFieldDescriptionprivate final Map
<IndexReader.CacheKey, LRUQueryCache.LeafCache> LRUQueryCache.cache
-
Uses of IndexReader.CacheKey in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join with type parameters of type IndexReader.CacheKeyModifier and TypeFieldDescription(package private) final Map
<IndexReader.CacheKey, DocIdSet> QueryBitSetProducer.cache