Package org.elasticsearch.index
Class AbstractIndexComponent
java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
- All Implemented Interfaces:
IndexComponent
- Direct Known Subclasses:
AbstractCharFilterFactory,AbstractIndexAnalyzerProvider,AbstractTokenFilterFactory,AbstractTokenizerFactory,BitsetFilterCache,DisabledQueryCache,IndexCache,IndexFieldDataService,IndexQueryCache,IndexService,MapperService,SimilarityService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DeprecationLoggerprotected IndexSettingsprotected org.apache.logging.log4j.Logger -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractIndexComponent(IndexSettings indexSettings)Constructs a new index component, with the index name and its settings. -
Method Summary
-
Field Details
-
logger
protected final org.apache.logging.log4j.Logger logger -
deprecationLogger
-
indexSettings
-
-
Constructor Details
-
AbstractIndexComponent
Constructs a new index component, with the index name and its settings.
-
-
Method Details
-
index
- Specified by:
indexin interfaceIndexComponent
-
getIndexSettings
-