elasticsearch-reindex icon indicating copy to clipboard operation
elasticsearch-reindex copied to clipboard

NullPointerException[null] error when reindexing empty _source

Open chuntley opened this issue 10 years ago • 0 comments

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.

chuntley avatar Dec 08 '14 18:12 chuntley