Hi there,
I'm reindexing from remote. I have two slightly different document types (not es types). One i can reindex without problems, the other i get the error below. I can create a document manually from the _source but not using the reindex api.
Any ideas?
Thanks,
Nick
"error" : {
"type" : "exception",
"reason" : "Error parsing the response, remote is likely not an Elasticsearch instance",
"caused_by" : {
"type" : "x_content_parse_exception",
"reason" : "[1:1437] [search_response] failed to parse field [hits]",
"caused_by" : {
"type" : "x_content_parse_exception",
"reason" : "[1:1437] [hits] failed to parse field [hits]",
"caused_by" : {
"type" : "x_content_parse_exception",
"reason" : "[1:1437] [hit] failed to parse field [_source]",
"caused_by" : {
"type" : "parsing_exception",
"reason" : "[hit] failed to parse [_source]",
"line" : 1,
"col" : 1437,
"caused_by" : {
"type" : "json_parse_exception",
"reason" : "Duplicate field 'locationType'\n at [Source: org.apache.http.nio.entity.ContentInputStream@7f406601; line: 1, column: 1464]",
"suppressed" : [
{
"type" : "illegal_state_exception",
"reason" : "Failed to close the XContentBuilder",
"caused_by" : {
"type" : "i_o_exception",
"reason" : "Unclosed object or array found"
}
}
]
}