Hi all,
my colleague mixed up the mappings in ES 2.1.0 for the same idnex. Since our server crashed a week ago we are not able to restart our server with the old data as ES throws the error:
. . . is defined as an object in mapping [. . . ] but this name is already used for a field in other types . . .
(for a million of entries)
Now I am in a dilemma: all proposed solutions are based on POST and GET using localhost:9200. But I can not start on ES on localhost:9200.
Although I tried by connection with Java Code using the "org.elasticsearch.*" Package. I end in the same result.
In this forum I did not find similiar solutions I am searching for.
Question: is there a way to read out the data? I just need the entries (reproducing the json) Maybe with Lucene? Or do I have to name it "Data Loss forever"
Any links, blogs, whatever are welcome.
Thanks in advance,
Henner