elasticsearch-reindex
elasticsearch-reindex copied to clipboard
NullPointerException[null] error when reindexing empty _source
When the source index has an empty _source for all documents, this plugin returns the JSON:
{
"error": "NullPointerException[null]",
"status": 500
}
While reindexing an empty _source is not possible, I believe that the plugin should instead return an error message stating that.