Uses of Class
org.elasticsearch.index.query.IndexQueryParserService

Packages that use IndexQueryParserService
org.elasticsearch.index.aliases   
org.elasticsearch.index.percolator   
org.elasticsearch.index.query   
org.elasticsearch.index.service   
org.elasticsearch.index.shard.service   
org.elasticsearch.search.internal   
 

Uses of IndexQueryParserService in org.elasticsearch.index.aliases
 

Constructors in org.elasticsearch.index.aliases with parameters of type IndexQueryParserService
IndexAliasesService(Index index, Settings indexSettings, IndexQueryParserService indexQueryParser)
           
 

Uses of IndexQueryParserService in org.elasticsearch.index.percolator
 

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

Uses of IndexQueryParserService in org.elasticsearch.index.query
 

Constructors in org.elasticsearch.index.query with parameters of type IndexQueryParserService
QueryParseContext(Index index, IndexQueryParserService indexQueryParser)
           
 

Uses of IndexQueryParserService in org.elasticsearch.index.service
 

Methods in org.elasticsearch.index.service that return IndexQueryParserService
 IndexQueryParserService IndexService.queryParserService()
           
 IndexQueryParserService InternalIndexService.queryParserService()
           
 

Constructors in org.elasticsearch.index.service with parameters of type IndexQueryParserService
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 IndexQueryParserService in org.elasticsearch.index.shard.service
 

Constructors in org.elasticsearch.index.shard.service with parameters of type IndexQueryParserService
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)
           
 

Uses of IndexQueryParserService in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return IndexQueryParserService
 IndexQueryParserService SearchContext.queryParserService()
           
 



Copyright © 2009-2012. All Rights Reserved.