Page MenuHomePhabricator
Paste P2381

Example elasticsearch bulk response
ActivePublic

Authored by EBernhardson on Dec 8 2015, 1:59 AM.
Tags
None
Referenced Files
F3057496: Example elasticsearch bulk response
Feb 24 2016, 5:27 AM
Subscribers
None
{
"items": [
{
"update": {
"status": 200,
"_version": 4,
"_id": "13537959",
"_type": "page",
"_index": "enwiki_content_first"
}
},
{
"update": {
"error": "DocumentMissingException[[enwiki_content_first][-1] [page][26765367]: document missing]",
"status": 404,
"_id": "26765367",
"_type": "page",
"_index": "enwiki_content_first"
}
},
{
"update": {
"error": "DocumentMissingException[[enwiki_content_first][-1] [page][14158559]: document missing]",
"status": 404,
"_id": "14158559",
"_type": "page",
"_index": "enwiki_content_first"
}
},
{
"update": {
"error": "DocumentMissingException[[enwiki_content_first][-1] [page][7224559]: document missing]",
"status": 404,
"_id": "7224559",
"_type": "page",
"_index": "enwiki_content_first"
}
}
],
"errors": true,
"took": 14
}

Event Timeline

EBernhardson changed the title of this paste from untitled to Example elasticsearch bulk response.Dec 8 2015, 1:59 AM
EBernhardson edited the content of this paste. (Show Details)