Page MenuHomePhabricator

Example elasticsearch bulk response

Authored By
EBernhardson
Dec 8 2015, 1:59 AM
Size
1017 B
Referenced Files
None
Subscribers
None

Example elasticsearch bulk response

{
"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
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3066691
Default Alt Text
Example elasticsearch bulk response (1017 B)

Event Timeline