OpenSearch/plugins/reindex
Nik Everett ab79ff73af Log any errors in reindex task
Does so by introducing TaskListener which is just like ActionListener but
gets the Task as each parameter. Unlike ActionListener which is used
_everywhere_ you can only use TaskListener directly with TransportAction.
TransportAction under the covers uses an ActionListener implemetation that
closes over the task to call the TaskListener.
2016-01-29 10:33:08 -05:00
..
src Log any errors in reindex task 2016-01-29 10:33:08 -05:00
build.gradle Basic reindex and update_by_query 2016-01-13 09:45:49 -05:00