Package | Description |
---|---|
org.elasticsearch.index.engine | |
org.elasticsearch.index.merge.policy | |
org.elasticsearch.index.shard | |
org.elasticsearch.index.store | |
org.elasticsearch.indices.recovery |
Modifier and Type | Field and Description |
---|---|
protected Store |
Engine.store |
Modifier and Type | Method and Description |
---|---|
Store |
EngineConfig.getStore()
Returns the
Store instance that provides access to the Directory
used for the engines IndexWriter to write it's index files to. |
Modifier and Type | Method and Description |
---|---|
protected void |
InternalEngine.upgrade3xSegments(Store store) |
Constructor and Description |
---|
EngineConfig(ShardId shardId,
boolean optimizeAutoGenerateId,
ThreadPool threadPool,
ShardIndexingService indexingService,
IndexSettingsService indexSettingsService,
IndicesWarmer warmer,
Store store,
SnapshotDeletionPolicy deletionPolicy,
Translog translog,
MergePolicyProvider mergePolicyProvider,
MergeSchedulerProvider mergeScheduler,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.search.similarities.Similarity similarity,
CodecService codecService,
Engine.FailedEngineListener failedEngineListener)
Creates a new
EngineConfig |
EngineSearcher(String source,
org.apache.lucene.search.IndexSearcher searcher,
org.apache.lucene.search.SearcherManager manager,
Store store,
ESLogger logger) |
Constructor and Description |
---|
AbstractMergePolicyProvider(Store store) |
LogByteSizeMergePolicyProvider(Store store,
IndexSettingsService indexSettingsService) |
LogDocMergePolicyProvider(Store store,
IndexSettingsService indexSettingsService) |
TieredMergePolicyProvider(Store store,
IndexSettingsService indexSettingsService) |
Modifier and Type | Method and Description |
---|---|
Store |
IndexShard.store() |
Constructor and Description |
---|
IndexShard(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
MergeSchedulerProvider mergeScheduler,
Translog translog,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
ShardIndexingService indexingService,
ShardGetService getService,
ShardSearchService searchService,
ShardIndexWarmerService shardWarmerService,
ShardFilterCache shardFilterCache,
ShardFieldData shardFieldData,
PercolatorQueriesRegistry percolatorQueriesRegistry,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorService termVectorService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
ShardSuggestService shardSuggestService,
ShardQueryCache shardQueryCache,
ShardFixedBitSetFilterCache shardFixedBitSetFilterCache,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
AnalysisService analysisService,
SimilarityService similarityService,
MergePolicyProvider mergePolicyProvider,
EngineFactory factory,
ClusterService clusterService) |
ShadowIndexShard(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
MergeSchedulerProvider mergeScheduler,
Translog translog,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
ShardIndexingService indexingService,
ShardGetService getService,
ShardSearchService searchService,
ShardIndexWarmerService shardWarmerService,
ShardFilterCache shardFilterCache,
ShardFieldData shardFieldData,
PercolatorQueriesRegistry percolatorQueriesRegistry,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorService termVectorService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
ShardSuggestService shardSuggestService,
ShardQueryCache shardQueryCache,
ShardFixedBitSetFilterCache shardFixedBitSetFilterCache,
AnalysisService analysisService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
MergePolicyProvider mergePolicyProvider,
EngineFactory factory,
ClusterService clusterService) |
Modifier and Type | Method and Description |
---|---|
void |
Store.LegacyChecksums.write(Store store) |
Modifier and Type | Method and Description |
---|---|
Store |
RecoveryStatus.store() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.store.IndexOutput |
RecoveryStatus.openAndPutIndexOutput(String fileName,
StoreFileMetaData metaData,
Store store)
Creates an
IndexOutput for the given file name. |
Copyright © 2009–2015. All rights reserved.