| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.shard | |
| org.elasticsearch.index.store | |
| org.elasticsearch.indices.recovery |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Store |
Engine.store |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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
|
| コンストラクタと説明 |
|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Store |
IndexShard.store() |
| コンストラクタと説明 |
|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
Store.LegacyChecksums.write(Store store) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Store |
RecoveryStatus.store() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.store.IndexOutput |
RecoveryStatus.openAndPutIndexOutput(String fileName,
StoreFileMetaData metaData,
Store store)
Creates an
IndexOutput for the given file name. |
Copyright © 2009–2016. All rights reserved.