add another delete-by-query deprecation

This commit is contained in:
Michael McCandless 2015-04-29 04:39:41 -04:00 committed by mikemccand
parent c23d550823
commit ab11be55a2
1 changed files with 2 additions and 0 deletions

View File

@ -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) {