add another delete-by-query deprecation
This commit is contained in:
parent
c23d550823
commit
ab11be55a2
|
@ -21,6 +21,8 @@ package org.elasticsearch.index.engine;
|
|||
|
||||
import org.elasticsearch.index.shard.ShardId;
|
||||
|
||||
/** @deprecated Delete-by-query is removed in 2.0, but we keep this so translog can replay on upgrade. */
|
||||
@Deprecated
|
||||
public class DeleteByQueryFailedEngineException extends EngineException {
|
||||
|
||||
public DeleteByQueryFailedEngineException(ShardId shardId, Engine.DeleteByQuery deleteByQuery, Throwable cause) {
|
||||
|
|
Loading…
Reference in New Issue