This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
re indexing not works #15
Comments
Please check elasticsearch's log file. |
Having the same issue with 2.1.1.
|
Installation of Reindexing Plugin seems to be failed.
elasticsearch handles _reindex as type. |
I installed 2.1.1 as a plugin in ES 2.1.1.
|
Ah. I had to restart ES master, then it started working. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created a index with mappings and stored 3020 documents in it.
Now i created another index with mappins and changed type for one field.Now i am trying to move only data from oldindex to newindex.After the process completes no data is shown in new index.
curl -XPOST localhost:9200/admin_logs421/_reindex/admin_logs422?wait_for_completion=true
the error is
{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"failed to parse, document is empty"}],"type":"mapper_parsing_exception","reason":"failed to parse, document is empty"},"status":400}
The text was updated successfully, but these errors were encountered: