Uses of Class
org.elasticsearch.script.ScriptService

Packages that use ScriptService
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.update   
org.elasticsearch.index.get   
org.elasticsearch.index.query   
org.elasticsearch.search   
org.elasticsearch.search.internal   
 

Uses of ScriptService in org.elasticsearch.action.admin.indices.validate.query
 

Constructors in org.elasticsearch.action.admin.indices.validate.query with parameters of type ScriptService
TransportValidateQueryAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of ScriptService in org.elasticsearch.action.count
 

Constructors in org.elasticsearch.action.count with parameters of type ScriptService
TransportCountAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of ScriptService in org.elasticsearch.action.explain
 

Constructors in org.elasticsearch.action.explain with parameters of type ScriptService
TransportExplainAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of ScriptService in org.elasticsearch.action.update
 

Constructors in org.elasticsearch.action.update with parameters of type ScriptService
TransportUpdateAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, TransportIndexAction indexAction, TransportDeleteAction deleteAction, ScriptService scriptService)
           
 

Uses of ScriptService in org.elasticsearch.index.get
 

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

Uses of ScriptService in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return ScriptService
 ScriptService QueryParseContext.scriptService()
           
 

Constructors in org.elasticsearch.index.query with parameters of type ScriptService
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 ScriptService in org.elasticsearch.search
 

Constructors in org.elasticsearch.search with parameters of type ScriptService
SearchService(Settings settings, ClusterService clusterService, IndicesService indicesService, IndicesLifecycle indicesLifecycle, IndicesWarmer indicesWarmer, ThreadPool threadPool, ScriptService scriptService, DfsPhase dfsPhase, QueryPhase queryPhase, FetchPhase fetchPhase)
           
 

Uses of ScriptService in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return ScriptService
 ScriptService SearchContext.scriptService()
           
 

Constructors in org.elasticsearch.search.internal with parameters of type ScriptService
SearchContext(long id, InternalSearchRequest request, SearchShardTarget shardTarget, Engine.Searcher engineSearcher, IndexService indexService, IndexShard indexShard, ScriptService scriptService)
           
 



Copyright © 2009-2012. All Rights Reserved.