Deprecated API
Contents
-
Classes Class Description org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction org.elasticsearch.action.delete.TransportDeleteAction org.elasticsearch.action.index.TransportIndexAction org.elasticsearch.common.component.AbstractComponent declare your own loggerorg.elasticsearch.common.geo.builders.ShapeBuilders this class is replaced by each builder's constructor e.g. instead of usingShapeBuilders.newMultiPoint
usenew MultiPointBuilder()
org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper.DeprecatedParameters org.elasticsearch.index.translog.TranslogToolCli
-
Exceptions Exceptions Description org.elasticsearch.index.engine.DeleteFailedEngineException org.elasticsearch.index.engine.IndexFailedEngineException org.elasticsearch.script.GeneralScriptException Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g. if thrown from various abstractions)
-
Annotation Types Annotation Type Description org.elasticsearch.common.inject.assistedinject.AssistedInject FactoryProvider
now works better with the standard @Inject annotation. When using that annotation, parameters are matched by name and type rather than by position. In addition, values that use the standard @Inject constructor annotation are eligible for method interception.
-
Fields Field Description org.elasticsearch.common.network.NetworkUtils.SUPPORTS_V6 transition mechanism only, do not useorg.elasticsearch.index.analysis.SynonymTokenFilterFactory.ignoreCase this property only works with tokenizer propertyorg.elasticsearch.index.analysis.SynonymTokenFilterFactory.tokenizerFactory This filter tokenize synonyms with whatever tokenizer and token filters appear before it in the chain in 6.0.org.elasticsearch.index.IndexSettings.INDEX_TTL_DISABLE_PURGE_SETTING
-
Enum Constants Enum Constant Description org.elasticsearch.action.search.SearchType.QUERY_AND_FETCH org.elasticsearch.index.translog.Translog.Operation.Type.CREATE org.elasticsearch.index.VersionType.FORCE this will be removed in 7.0 and should not be used! It is *ONLY* for backward compatibility with 5.0 indices