{
  "took" : 4,
  "timed_out" : false,
  "_shards" : {
    "total" : 1,
    "successful" : 1,
    "skipped" : 0,
    "failed" : 0
  },
  "hits" : {
    "total" : {
      "value" : 42,
      "relation" : "eq"
    },
    "max_score" : null,
    "hits" : [ ]
  },
  "aggregations" : {
    "facet_bucket_all" : {
      "doc_count" : 42,
      "location" : {
        "buckets" : {
          "0 - 1000" : {
            "from" : 0.0,
            "to" : 1000.0,
            "doc_count" : 29
          },
          "0 - 2000" : {
            "from" : 0.0,
            "to" : 2000.0,
            "doc_count" : 42
          },
          "1000 - 2000" : {
            "from" : 1000.0,
            "to" : 2000.0,
            "doc_count" : 13
          }
        }
      }
    }
  }
}
