We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello .
I have a child document depends on a parent document.
In the re-indexing error it occurs:
{ "name": "elasticsearch-reindex", "hostname": "AONATE-PC", "pid": 3920, "level": 40, "index": { "_index": "issues", "_type": "messages", "_id": "D5EE3CE7", "status": 400, "error": "RoutingMissingException[routing is required for [issues]/[messages]/[D5EE3CE7]]" }, "msg": "", "time": "2016-07-12T12:45:56.113Z", "src": { "file": "C:....\elasticsearch-reindex.js", "line": 211 }, "v": 0 }
Apparently the _parent field is not returned or is not accessible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello .
I have a child document depends on a parent document.
In the re-indexing error it occurs:
{
"name": "elasticsearch-reindex",
"hostname": "AONATE-PC",
"pid": 3920,
"level": 40,
"index": {
"_index": "issues",
"_type": "messages",
"_id": "D5EE3CE7",
"status": 400,
"error": "RoutingMissingException[routing is required for [issues]/[messages]/[D5EE3CE7]]"
},
"msg": "",
"time": "2016-07-12T12:45:56.113Z",
"src": {
"file": "C:....\elasticsearch-reindex.js",
"line": 211
},
"v": 0
}
Apparently the _parent field is not returned or is not accessible.
The text was updated successfully, but these errors were encountered: