Uses of Class
org.apache.lucene.index.IndexReader.CacheKey
-
Packages that use IndexReader.CacheKey Package Description org.apache.lucene.index org.elasticsearch.index.cache.bitset org.elasticsearch.indices.fielddata.cache -
-
Uses of IndexReader.CacheKey in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexReader.CacheKey Modifier and Type Field Description IndexReader.CacheKeyOrdinalMap. ownerCache key of whoever asked for this awful thingMethods in org.apache.lucene.index that return IndexReader.CacheKey Modifier and Type Method Description IndexReader.CacheKeyIndexReader.CacheHelper. getKey()Get a key that the resource can be cached on.Methods in org.apache.lucene.index with parameters of type IndexReader.CacheKey Modifier and Type Method Description static OrdinalMapOrdinalMap. build(IndexReader.CacheKey owner, SortedDocValues[] values, float acceptableOverheadRatio)Create an ordinal map that uses the number of unique values of eachSortedDocValuesinstance as a weight.static OrdinalMapOrdinalMap. build(IndexReader.CacheKey owner, SortedSetDocValues[] values, float acceptableOverheadRatio)Create an ordinal map that uses the number of unique values of eachSortedSetDocValuesinstance as a weight.static OrdinalMapOrdinalMap. build(IndexReader.CacheKey owner, TermsEnum[] subs, long[] weights, float acceptableOverheadRatio)Creates an ordinal map that allows mapping ords to/from a merged space fromsubs.voidIndexReader.ClosedListener. onClose(IndexReader.CacheKey key)Invoked when the resource (segment core, or index reader) that is being cached on is closed. -
Uses of IndexReader.CacheKey in org.elasticsearch.index.cache.bitset
Methods in org.elasticsearch.index.cache.bitset with parameters of type IndexReader.CacheKey Modifier and Type Method Description voidBitsetFilterCache. onClose(IndexReader.CacheKey ownerCoreCacheKey)Method parameters in org.elasticsearch.index.cache.bitset with type arguments of type IndexReader.CacheKey Modifier and Type Method Description voidBitsetFilterCache. onRemoval(RemovalNotification<IndexReader.CacheKey,Cache<Query,BitsetFilterCache.Value>> notification) -
Uses of IndexReader.CacheKey in org.elasticsearch.indices.fielddata.cache
Fields in org.elasticsearch.indices.fielddata.cache declared as IndexReader.CacheKey Modifier and Type Field Description IndexReader.CacheKeyIndicesFieldDataCache.Key. readerKey
-