Skip to content

Instantly share code, notes, and snippets.

@pspanja
Created July 28, 2014 20:09
Show Gist options
  • Save pspanja/20a383f9017d725b1563 to your computer and use it in GitHub Desktop.
Save pspanja/20a383f9017d725b1563 to your computer and use it in GitHub Desktop.
{
"took": 3,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 22,
"max_score": 1,
"hits": [
{
"_index": "ezpublish",
"_type": "content",
"_id": "58",
"_score": 1,
"_source": {
"id": "58",
"type_id": "20",
"version_id": "1",
"status_id": "1",
"name_s": "Contact Us",
"creator_id": "14",
"owner_id": "14",
"section_id": "1",
"section_identifier_id": "standard",
"section_name_s": "Standard",
"remote_id_id": "f8cc7a4cf8a964a1a0ea6666f5da7d0d",
"modified_dt": "2012-03-28T09:34:42Z",
"published_dt": "2012-03-28T09:33:25Z",
"language_code_ms": "eng-GB",
"always_available_b": false,
"locations_doc": {
"id": "60",
"priority_i": -2,
"hidden_b": false,
"invisible_b": false,
"remote_id_id": "86bf306624668ee9b8b979b0d56f7e0d",
"content_id_id": "58",
"parent_id_id": "2",
"path_string_id": "/1/2/60/",
"depth_i": 2,
"sort_field_id": "8",
"sort_order_id": "1",
"is_main_location_b": false
},
"group_mid": "1",
"fields_doc": {
"meta_language_code_id": "engGB",
"feedback_form_name_value_ms": "Contact Us",
"feedback_form_description_value_ms": [],
"feedback_form_sender_name_value_ms": "Firstname Lastname",
"feedback_form_subject_value_ms": "Subject",
"feedback_form_message_value_ms": "Message text"
},
"object_state_mid": "1"
}
},
{
"_index": "ezpublish",
"_type": "content",
"_id": "91",
"_score": 1,
"_source": {
"id": "91",
"type_id": "36",
"version_id": "1",
"status_id": "1",
"name_s": "2",
"creator_id": "14",
"owner_id": "14",
"section_id": "1",
"section_identifier_id": "standard",
"section_name_s": "Standard",
"remote_id_id": "d359dd495c179804d3000973031d2136",
"modified_dt": "2014-07-28T15:42:30Z",
"published_dt": "2014-07-28T15:42:30Z",
"language_code_ms": [
"eng-GB",
"ger-DE"
],
"always_available_b": false,
"locations_doc": [],
"group_mid": "1",
"fields_doc": [
{
"meta_language_code_id": "engGB",
"test-type_integer_value_i": 2,
"test-type_integer2_value_i": 3
},
{
"meta_language_code_id": "gerDE",
"test-type_integer_value_i": 4,
"test-type_integer2_value_i": 3
}
],
"object_state_mid": "1"
}
},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment