Uses of Class
org.elasticsearch.script.ScriptService
-
-
Uses of ScriptService in org.elasticsearch.action.admin.cluster.storedscripts
Constructors in org.elasticsearch.action.admin.cluster.storedscripts with parameters of type ScriptService Constructor Description TransportDeleteStoredScriptAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ScriptService scriptService)TransportGetStoredScriptAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ScriptService scriptService)TransportPutStoredScriptAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ScriptService scriptService) -
Uses of ScriptService in org.elasticsearch.action.update
Constructors in org.elasticsearch.action.update with parameters of type ScriptService Constructor Description UpdateHelper(ScriptService scriptService) -
Uses of ScriptService in org.elasticsearch.index
Methods in org.elasticsearch.index that return ScriptService Modifier and Type Method Description ScriptServiceIndexService. getScriptService()TheScriptServiceto use for this index.Methods in org.elasticsearch.index with parameters of type ScriptService Modifier and Type Method Description MapperServiceIndexModule. newIndexMapperService(NamedXContentRegistry xContentRegistry, MapperRegistry mapperRegistry, ScriptService scriptService)creates a new mapper service to do administrative work like mapping updates.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)Method parameters in org.elasticsearch.index with type arguments of type ScriptService Modifier and Type Method Description voidIndexModule. addSimilarity(String name, TriFunction<Settings,Version,ScriptService,Similarity> similarity)Registers the givenSimilaritywith the given name. -
Uses of ScriptService in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return ScriptService Modifier and Type Method Description ScriptServiceQueryShardContext. getScriptService()Return the script service to allow compiling scripts.Constructors in org.elasticsearch.index.query with parameters of type ScriptService Constructor Description QueryShardContext(int shardId, IndexSettings indexSettings, BigArrays bigArrays, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType,String,IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, SimilarityService similarityService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, NamedWriteableRegistry namedWriteableRegistry, Client client, IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher) -
Uses of ScriptService in org.elasticsearch.index.similarity
Fields in org.elasticsearch.index.similarity with type parameters of type ScriptService Modifier and Type Field Description static Map<String,TriFunction<Settings,Version,ScriptService,Similarity>>SimilarityService. BUILT_INConstructors in org.elasticsearch.index.similarity with parameters of type ScriptService Constructor Description SimilarityService(IndexSettings indexSettings, ScriptService scriptService, Map<String,TriFunction<Settings,Version,ScriptService,Similarity>> similarities)Constructor parameters in org.elasticsearch.index.similarity with type arguments of type ScriptService Constructor Description SimilarityService(IndexSettings indexSettings, ScriptService scriptService, Map<String,TriFunction<Settings,Version,ScriptService,Similarity>> similarities) -
Uses of ScriptService in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type ScriptService Constructor Description IndicesService(Settings settings, PluginsService pluginsService, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, AnalysisRegistry analysisRegistry, IndexNameExpressionResolver indexNameExpressionResolver, MapperRegistry mapperRegistry, NamedWriteableRegistry namedWriteableRegistry, ThreadPool threadPool, IndexScopedSettings indexScopedSettings, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ScriptService scriptService, ClusterService clusterService, Client client, MetaStateService metaStateService, Collection<Function<IndexSettings,Optional<EngineFactory>>> engineFactoryProviders, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories) -
Uses of ScriptService in org.elasticsearch.ingest
Fields in org.elasticsearch.ingest declared as ScriptService Modifier and Type Field Description ScriptServiceProcessor.Parameters. scriptServiceProvides processors script support.Methods in org.elasticsearch.ingest that return ScriptService Modifier and Type Method Description ScriptServiceIngestService. getScriptService()Methods in org.elasticsearch.ingest with parameters of type ScriptService Modifier and Type Method Description static TemplateScript.FactoryConfigurationUtils. compileTemplate(String processorType, String processorTag, String propertyName, String propertyValue, ScriptService scriptService)static PipelinePipeline. create(String id, Map<String,Object> config, Map<String,Processor.Factory> processorFactories, ScriptService scriptService)static ProcessorConfigurationUtils. readProcessor(Map<String,Processor.Factory> processorFactories, ScriptService scriptService, String type, Object config)static ProcessorConfigurationUtils. readProcessor(Map<String,Processor.Factory> processorFactories, ScriptService scriptService, String type, Map<String,Object> config)static List<Processor>ConfigurationUtils. readProcessorConfigs(List<Map<String,Object>> processorConfigs, ScriptService scriptService, Map<String,Processor.Factory> processorFactories)static ValueSourceValueSource. wrap(Object value, ScriptService scriptService)Constructors in org.elasticsearch.ingest with parameters of type ScriptService Constructor Description IngestService(ClusterService clusterService, ThreadPool threadPool, Environment env, ScriptService scriptService, AnalysisRegistry analysisRegistry, List<IngestPlugin> ingestPlugins, Client client)Parameters(Environment env, ScriptService scriptService, AnalysisRegistry analysisRegistry, ThreadContext threadContext, LongSupplier relativeTimeSupplier, BiFunction<Long,Runnable,Scheduler.ScheduledCancellable> scheduler, IngestService ingestService, Client client, Consumer<Runnable> genericExecutor) -
Uses of ScriptService in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type ScriptService Modifier and Type Method Description protected SearchServiceNode. newSearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService)Creates a new the SearchService. -
Uses of ScriptService in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type ScriptService Modifier and Type Method Description Collection<Object>Plugin. createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry)Returns components added by this plugin. -
Uses of ScriptService in org.elasticsearch.script
Methods in org.elasticsearch.script that return ScriptService Modifier and Type Method Description ScriptServiceScriptModule. getScriptService()Service responsible for managing scripts. -
Uses of ScriptService in org.elasticsearch.search
Constructors in org.elasticsearch.search with parameters of type ScriptService Constructor Description SearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService) -
Uses of ScriptService in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations that return ScriptService Modifier and Type Method Description ScriptServiceInternalAggregation.ReduceContext. scriptService()Constructors in org.elasticsearch.search.aggregations with parameters of type ScriptService Constructor Description ReduceContext(BigArrays bigArrays, ScriptService scriptService, boolean isFinalReduce)ReduceContext(BigArrays bigArrays, ScriptService scriptService, IntConsumer multiBucketConsumer, boolean isFinalReduce)
-