| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.shard | |
| org.elasticsearch.indices | |
| org.elasticsearch.percolator | |
| org.elasticsearch.search.internal |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexService |
IndexShard.indexService() |
| コンストラクタと説明 |
|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Iterator<IndexService> |
IndicesService.iterator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexService |
PercolateContext.indexService() |
| コンストラクタと説明 |
|---|
PercolateContext(PercolateShardRequest request,
SearchShardTarget searchShardTarget,
IndexShard indexShard,
IndexService indexService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ScriptService scriptService,
org.apache.lucene.search.Query aliasFilter,
ParseFieldMatcher parseFieldMatcher) |
| コンストラクタと説明 |
|---|
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–2016. All rights reserved.