| Package | Description |
|---|---|
| org.elasticsearch.index.shard | |
| org.elasticsearch.indices | |
| org.elasticsearch.percolator | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
IndexService |
IndexShard.indexService() |
| Constructor and Description |
|---|
IndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
ShadowIndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
| Modifier and Type | Method and Description |
|---|---|
IndexService |
IndicesService.createIndex(String sIndexName,
Settings settings,
String localNodeId) |
IndexService |
IndicesService.indexService(String index)
Returns an IndexService for the specified index if exists otherwise returns
null. |
IndexService |
IndicesService.indexServiceSafe(String index)
Returns an IndexService for the specified index if exists otherwise a
IndexNotFoundException is thrown. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IndexService> |
IndicesService.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalIndicesLifecycle.afterIndexCreated(IndexService indexService) |
void |
IndicesLifecycle.Listener.afterIndexCreated(IndexService indexService)
Called after the index has been created.
|
void |
InternalIndicesLifecycle.beforeIndexClosed(IndexService indexService) |
void |
IndicesLifecycle.Listener.beforeIndexClosed(IndexService indexService)
Called before the index get closed.
|
void |
InternalIndicesLifecycle.beforeIndexDeleted(IndexService indexService) |
void |
IndicesLifecycle.Listener.beforeIndexDeleted(IndexService indexService)
Called before the index gets deleted.
|
| Modifier and Type | Method and Description |
|---|---|
IndexService |
PercolateContext.indexService() |
| Constructor and Description |
|---|
PercolateContext(PercolateShardRequest request,
SearchShardTarget searchShardTarget,
IndexShard indexShard,
IndexService indexService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ScriptService scriptService,
org.apache.lucene.search.Query aliasFilter,
ParseFieldMatcher parseFieldMatcher) |
| Constructor and Description |
|---|
DefaultSearchContext(long id,
ShardSearchRequest request,
SearchShardTarget shardTarget,
Engine.Searcher engineSearcher,
IndexService indexService,
IndexShard indexShard,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
org.apache.lucene.util.Counter timeEstimateCounter,
ParseFieldMatcher parseFieldMatcher,
TimeValue timeout) |
Copyright © 2009–2017. All rights reserved.