Interface and Description |
---|
org.elasticsearch.river.River
See blog post https://www.elastic.co/blog/deprecating_rivers
|
org.elasticsearch.river.RiverComponent
See blog post https://www.elastic.co/blog/deprecating_rivers
|
Enum and Description |
---|
org.elasticsearch.action.support.replication.ReplicationType
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
Exceptions and Description |
---|
org.elasticsearch.index.engine.DeleteByQueryFailedEngineException
Delete by query will be removed in 2.0. Instead, use the scroll/scan API to find all matching IDs and then issue a bulk
request to delete them.
|
Annotation Type and 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. |
Field and Description |
---|
org.apache.lucene.util.XIOUtils.CHARSET_UTF_8
Use
StandardCharsets.UTF_8 instead. |
org.elasticsearch.indices.recovery.RecoverySettings.INDICES_RECOVERY_MAX_SIZE_PER_SEC |
Constructor and Description |
---|
org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer(Version) |
Enum Constant and Description |
---|
org.elasticsearch.search.aggregations.support.ValueType.ANY |
org.elasticsearch.script.ScriptContext.Standard.GENERIC_PLUGIN
create a new
ScriptContext.Plugin instance instead |
org.elasticsearch.cluster.block.ClusterBlockLevel.METADATA
Use METADATA_READ or METADATA_WRITE instead.
|
Copyright © 2009–2016. All rights reserved.