Uses of Class
org.apache.lucene.index.IndexReader.CacheKey
-
Packages that use IndexReader.CacheKey Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.internal.tests Internal bridges to package-private internals, for use by the lucene test framework only.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.search Code to search indices.org.apache.lucene.search.join 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.CacheKey Modifier and Type Field Description private IndexReader.CacheKeyFilterDirectoryReader.DelegatingCacheHelper. cacheKeyIndexReader.CacheKeyOrdinalMap. ownerCache key of whoever asked for this awful thingFields in org.apache.lucene.index with type parameters of type IndexReader.CacheKey Modifier and Type Field Description private java.util.Map<IndexReader.CacheKey,LeafReader>SoftDeletesDirectoryReaderWrapper.SoftDeletesSubReaderWrapper. mappingMethods in org.apache.lucene.index that return IndexReader.CacheKey Modifier and Type Method Description IndexReader.CacheKeyFilterDirectoryReader.DelegatingCacheHelper. getKey()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.Constructors in org.apache.lucene.index with parameters of type IndexReader.CacheKey Constructor Description OrdinalMap(IndexReader.CacheKey owner, TermsEnum[] subs, OrdinalMap.SegmentMap segmentMap, float acceptableOverheadRatio)Constructor parameters in org.apache.lucene.index with type arguments of type IndexReader.CacheKey Constructor Description SoftDeletesSubReaderWrapper(java.util.Map<IndexReader.CacheKey,LeafReader> oldReadersCache, java.lang.String field) -
Uses of IndexReader.CacheKey in org.apache.lucene.internal.tests
Methods in org.apache.lucene.internal.tests that return IndexReader.CacheKey Modifier and Type Method Description IndexReader.CacheKeyIndexPackageAccess. newCacheKey() -
Uses of IndexReader.CacheKey in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type IndexReader.CacheKey Modifier and Type Field Description (package private) java.util.Map<IndexReader.CacheKey,QueryIndex.QueryTermFilter>QueryIndex. termFiltersprivate java.util.Map<IndexReader.CacheKey,QueryIndex.QueryTermFilter>TermsHashBuilder. termFiltersConstructor parameters in org.apache.lucene.monitor with type arguments of type IndexReader.CacheKey Constructor Description TermsHashBuilder(java.util.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.CacheKey Modifier and Type Field Description private java.util.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.CacheKey Modifier and Type Field Description (package private) java.util.Map<IndexReader.CacheKey,DocIdSet>QueryBitSetProducer. cache
-