[
    {
        "scope": "http://localhost:9200",
        "method": "POST",
        "path": "/sat-api/_search?size=2&from=0&_source=date%2Cthumbnail",
        "body": {
            "query": {
                "match_all":{}
            },
            "sort": [
                {
                    "date": {
                        "order": "desc"
                    }
                }
            ]
        },
        "status": 200,
        "response": {
            "took": 39,
            "timed_out": false,
            "_shards": {
                "total": 5,
                "successful": 5,
                "failed": 0
            },
            "hits": {
                "total": 1063169,
                "max_score": null,
                "hits": [
                    {
                        "_index": "sat-api",
                        "_type": "landsat8",
                        "_id": "LC81300542016126LGN00",
                        "_score": null,
                        "_source": {
                            "date": "2016-05-05",
                            "thumbnail": "http://earthexplorer.usgs.gov/browse/landsat_8/2016/130/054/LC81300542016126LGN00.jpg"
                        },
                        "sort": [
                            1462406400000
                        ]
                    },
                    {
                        "_index": "sat-api",
                        "_type": "landsat8",
                        "_id": "LC81300512016126LGN00",
                        "_score": null,
                        "_source": {
                            "date": "2016-05-05",
                            "thumbnail": "http://earthexplorer.usgs.gov/browse/landsat_8/2016/130/051/LC81300512016126LGN00.jpg"
                        },
                        "sort": [
                            1462406400000
                        ]
                    }
                ]
            }
        },
        "headers": {
            "access-control-allow-origin": "*",
            "content-type": "application/json; charset=UTF-8",
            "server": "Jetty(8.1.12.v20130726)",
            "content-length": "606",
            "connection": "keep-alive"
        }
    }
]
