Uses of Class
org.elasticsearch.index.cache.bitset.BitsetFilterCache
-
Packages that use BitsetFilterCache Package Description org.elasticsearch.index.cache org.elasticsearch.index.query org.elasticsearch.search.internal -
-
Uses of BitsetFilterCache in org.elasticsearch.index.cache
Methods in org.elasticsearch.index.cache that return BitsetFilterCache Modifier and Type Method Description BitsetFilterCacheIndexCache. bitsetFilterCache()Return theBitsetFilterCachefor this index.Constructors in org.elasticsearch.index.cache with parameters of type BitsetFilterCache Constructor Description IndexCache(IndexSettings indexSettings, QueryCache queryCache, BitsetFilterCache bitsetFilterCache) -
Uses of BitsetFilterCache in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return BitsetFilterCache Modifier and Type Method Description BitsetFilterCacheQueryShardContext. getBitsetFilterCache()Constructors in org.elasticsearch.index.query with parameters of type BitsetFilterCache Constructor Description QueryShardContext(int shardId, IndexSettings indexSettings, BigArrays bigArrays, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType,String,IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, SimilarityService similarityService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, NamedWriteableRegistry namedWriteableRegistry, Client client, IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher) -
Uses of BitsetFilterCache in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return BitsetFilterCache Modifier and Type Method Description BitsetFilterCacheFilteredSearchContext. bitsetFilterCache()abstract BitsetFilterCacheSearchContext. bitsetFilterCache()
-