Package | Description |
---|---|
org.elasticsearch.index.cache.filter | |
org.elasticsearch.index.cache.filter.weighted | |
org.elasticsearch.indices.cache.filter |
Modifier and Type | Method and Description |
---|---|
void |
ShardFilterCache.onRemoval(com.google.common.cache.RemovalNotification<WeightedFilterCache.FilterCacheKey,org.apache.lucene.search.DocIdSet> removalNotification) |
Modifier and Type | Field and Description |
---|---|
com.google.common.cache.RemovalListener<WeightedFilterCache.FilterCacheKey,org.apache.lucene.search.DocIdSet> |
WeightedFilterCache.FilterCacheKey.removalListener |
Modifier and Type | Method and Description |
---|---|
int |
WeightedFilterCache.FilterCacheValueWeigher.weigh(WeightedFilterCache.FilterCacheKey key,
org.apache.lucene.search.DocIdSet value) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.Cache<WeightedFilterCache.FilterCacheKey,org.apache.lucene.search.DocIdSet> |
IndicesFilterCache.cache() |
Modifier and Type | Method and Description |
---|---|
void |
IndicesFilterCache.onRemoval(com.google.common.cache.RemovalNotification<WeightedFilterCache.FilterCacheKey,org.apache.lucene.search.DocIdSet> removalNotification) |
Copyright © 2009–2015. All rights reserved.