Uses of Class
org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
Packages that use IndicesFieldDataCache Package Description org.elasticsearch.index org.elasticsearch.index.fielddata org.elasticsearch.indices -
-
Uses of IndicesFieldDataCache in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type IndicesFieldDataCache Modifier and Type Method Description IndexServiceIndexModule. newIndexService(IndexService.IndexCreationContext indexCreationContext, NodeEnvironment environment, NamedXContentRegistry xContentRegistry, IndexService.ShardStoreDeleter shardStoreDeleter, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ThreadPool threadPool, ScriptService scriptService, ClusterService clusterService, Client client, IndicesQueryCache indicesQueryCache, MapperRegistry mapperRegistry, IndicesFieldDataCache indicesFieldDataCache, NamedWriteableRegistry namedWriteableRegistry) -
Uses of IndicesFieldDataCache in org.elasticsearch.index.fielddata
Constructors in org.elasticsearch.index.fielddata with parameters of type IndicesFieldDataCache Constructor Description IndexFieldDataService(IndexSettings indexSettings, IndicesFieldDataCache indicesFieldDataCache, CircuitBreakerService circuitBreakerService, MapperService mapperService) -
Uses of IndicesFieldDataCache in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return IndicesFieldDataCache Modifier and Type Method Description IndicesFieldDataCacheIndicesService. getIndicesFieldDataCache()
-