| Package | Description |
|---|---|
| org.elasticsearch.index.engine | |
| 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 static org.apache.lucene.index.SegmentInfos |
Engine.readLastCommittedSegmentInfos(org.apache.lucene.search.SearcherManager sm,
Store store)
Read the last segments info from the commit pointed to by the searcher manager
|
| Constructor and Description |
|---|
EngineConfig(ShardId shardId,
ThreadPool threadPool,
ShardIndexingService indexingService,
Settings indexSettings,
IndicesWarmer warmer,
Store store,
SnapshotDeletionPolicy deletionPolicy,
org.apache.lucene.index.MergePolicy mergePolicy,
MergeSchedulerConfig mergeSchedulerConfig,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.search.similarities.Similarity similarity,
CodecService codecService,
Engine.FailedEngineListener failedEngineListener,
TranslogRecoveryPerformer translogRecoveryPerformer,
org.apache.lucene.search.QueryCache queryCache,
org.apache.lucene.search.QueryCachingPolicy queryCachingPolicy,
IndexSearcherWrappingService wrappingService,
TranslogConfig translogConfig)
Creates a new
EngineConfig |
EngineSearcher(String source,
org.apache.lucene.search.IndexSearcher searcher,
org.apache.lucene.search.SearcherManager manager,
Store store,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
Store |
IndexShard.store() |
| 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 |
|---|---|
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–2017. All rights reserved.