Uses of Class
org.elasticsearch.index.cache.IndexCache

Packages that use IndexCache
org.elasticsearch.index.get   
org.elasticsearch.index.percolator   
org.elasticsearch.index.query   
org.elasticsearch.index.service   
org.elasticsearch.index.shard.service   
 

Uses of IndexCache in org.elasticsearch.index.get
 

Constructors in org.elasticsearch.index.get with parameters of type IndexCache
ShardGetService(ShardId shardId, Settings indexSettings, ScriptService scriptService, MapperService mapperService, IndexCache indexCache)
           
 

Uses of IndexCache in org.elasticsearch.index.percolator
 

Constructors in org.elasticsearch.index.percolator with parameters of type IndexCache
PercolatorExecutor(Index index, Settings indexSettings, MapperService mapperService, IndexQueryParserService queryParserService, IndexCache indexCache)
           
 

Uses of IndexCache in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return IndexCache
 IndexCache QueryParseContext.indexCache()
           
 

Constructors in org.elasticsearch.index.query with parameters of type IndexCache
IndexQueryParserService(Index index, Settings indexSettings, IndicesQueriesRegistry indicesQueriesRegistry, ScriptService scriptService, AnalysisService analysisService, MapperService mapperService, IndexCache indexCache, IndexEngine indexEngine, SimilarityService similarityService, Map<String,QueryParserFactory> namedQueryParsers, Map<String,FilterParserFactory> namedFilterParsers)
           
 

Uses of IndexCache in org.elasticsearch.index.service
 

Methods in org.elasticsearch.index.service that return IndexCache
 IndexCache IndexService.cache()
           
 IndexCache InternalIndexService.cache()
           
 

Constructors in org.elasticsearch.index.service with parameters of type IndexCache
InternalIndexService(Injector injector, Index index, Settings indexSettings, NodeEnvironment nodeEnv, ThreadPool threadPool, PercolatorService percolatorService, AnalysisService analysisService, MapperService mapperService, IndexQueryParserService queryParserService, SimilarityService similarityService, IndexAliasesService aliasesService, IndexCache indexCache, IndexEngine indexEngine, IndexGateway indexGateway, IndexStore indexStore, IndexSettingsService settingsService)
           
 

Uses of IndexCache in org.elasticsearch.index.shard.service
 

Constructors in org.elasticsearch.index.shard.service with parameters of type IndexCache
InternalIndexShard(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, IndicesLifecycle indicesLifecycle, Store store, Engine engine, MergeSchedulerProvider mergeScheduler, Translog translog, ThreadPool threadPool, MapperService mapperService, IndexQueryParserService queryParserService, IndexCache indexCache, IndexAliasesService indexAliasesService, ShardIndexingService indexingService, ShardGetService getService, ShardSearchService searchService, ShardIndexWarmerService shardWarmerService)
           
 



Copyright © 2009-2012. All Rights Reserved.