Constructor and Description |
---|
TransportValidateQueryAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportCountAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportShardDeleteByQueryAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportExistsAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportExplainAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteIndexedScriptAction(Settings settings,
ThreadPool threadPool,
ScriptService scriptService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetIndexedScriptAction(Settings settings,
ThreadPool threadPool,
ScriptService scriptService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportPutIndexedScriptAction(Settings settings,
ThreadPool threadPool,
ScriptService scriptService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
UpdateHelper(Settings settings,
ScriptService scriptService) |
Constructor and Description |
---|
ShardGetService(ShardId shardId,
Settings indexSettings,
ScriptService scriptService,
MapperService mapperService,
IndexFieldDataService fieldDataService) |
Modifier and Type | Method and Description |
---|---|
DocumentMapper.Builder |
DocumentMapper.Builder.transform(ScriptService scriptService,
String script,
ScriptService.ScriptType scriptType,
String language,
Map<String,Object> parameters) |
Constructor and Description |
---|
DocumentMapperParser(Index index,
Settings indexSettings,
AnalysisService analysisService,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService) |
MapperService(Index index,
Settings indexSettings,
Environment environment,
AnalysisService analysisService,
IndexFieldDataService fieldDataService,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService) |
Modifier and Type | Method and Description |
---|---|
ScriptService |
QueryParseContext.scriptService() |
Constructor and Description |
---|
IndexQueryParserService(Index index,
Settings indexSettings,
IndicesQueriesRegistry indicesQueriesRegistry,
CacheRecycler cacheRecycler,
ScriptService scriptService,
AnalysisService analysisService,
MapperService mapperService,
IndexCache indexCache,
IndexFieldDataService fieldDataService,
IndexEngine indexEngine,
FixedBitSetFilterCache fixedBitSetFilterCache,
SimilarityService similarityService,
Map<String,QueryParserFactory> namedQueryParsers,
Map<String,FilterParserFactory> namedFilterParsers) |
ScriptFilter(String scriptLang,
String script,
ScriptService.ScriptType scriptType,
Map<String,Object> params,
ScriptService scriptService,
SearchLookup searchLookup) |
TemplateQueryParser(ScriptService scriptService) |
Modifier and Type | Method and Description |
---|---|
ScriptService |
PercolateContext.scriptService() |
Constructor and Description |
---|
PercolateContext(PercolateShardRequest request,
SearchShardTarget searchShardTarget,
IndexShard indexShard,
IndexService indexService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ScriptService scriptService,
org.apache.lucene.search.Filter aliasFilter) |
PercolatorService(Settings settings,
IndicesService indicesService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
HighlightPhase highlightPhase,
ClusterService clusterService,
FacetPhase facetPhase,
AggregationPhase aggregationPhase,
ScriptService scriptService,
MappingUpdatedAction mappingUpdatedAction) |
Constructor and Description |
---|
SearchService(Settings settings,
ClusterService clusterService,
IndicesService indicesService,
IndicesWarmer indicesWarmer,
ThreadPool threadPool,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
DfsPhase dfsPhase,
QueryPhase queryPhase,
FetchPhase fetchPhase,
IndicesQueryCache indicesQueryCache) |
Modifier and Type | Method and Description |
---|---|
ScriptService |
InternalAggregation.ReduceContext.scriptService() |
Constructor and Description |
---|
ReduceContext(List<InternalAggregation> aggregations,
BigArrays bigArrays,
ScriptService scriptService) |
Constructor and Description |
---|
ScriptHeuristicParser(ScriptService scriptService) |
Constructor and Description |
---|
SearchPhaseController(Settings settings,
CacheRecycler cacheRecycler,
BigArrays bigArrays,
ScriptService scriptService) |
Modifier and Type | Method and Description |
---|---|
abstract ScriptService |
SearchContext.scriptService() |
ScriptService |
FilteredSearchContext.scriptService() |
ScriptService |
DefaultSearchContext.scriptService() |
Constructor and Description |
---|
DefaultSearchContext(long id,
ShardSearchRequest request,
SearchShardTarget shardTarget,
Engine.Searcher engineSearcher,
IndexService indexService,
IndexShard indexShard,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
org.apache.lucene.util.Counter timeEstimateCounter) |
Constructor and Description |
---|
PhraseSuggester(Client client,
ScriptService scriptService) |
Copyright © 2009–2015. All rights reserved.