File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
modules/reindex/src/main/java/org/elasticsearch/reindex Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2828import org .elasticsearch .common .logging .DeprecationLogger ;
2929import org .elasticsearch .common .regex .Regex ;
3030import org .elasticsearch .common .settings .Settings ;
31+ import org .elasticsearch .core .UpdateForV10 ;
3132import org .elasticsearch .index .IndexNotFoundException ;
3233import org .elasticsearch .index .reindex .ReindexRequest ;
3334import org .elasticsearch .index .reindex .RemoteInfo ;
3940
4041public class ReindexValidator {
4142 private static final DeprecationLogger deprecationLogger = DeprecationLogger .getLogger (ReindexValidator .class );
43+
44+ @ UpdateForV10 (owner = UpdateForV10 .Owner .DISTRIBUTED_INDEXING ) // see #47567: feature deprecated since 7.6, its removal is long overdue
4245 static final String SORT_DEPRECATED_MESSAGE = "The sort option in reindex is deprecated. "
4346 + "Instead consider using query filtering to find the desired subset of data." ;
4447
You can’t perform that action at this time.
0 commit comments