6.2.2 查找指定 id 的 document 数据

GET /movie_index/movie/1
{
  "_index": "movie_index",
  "_type": "movie",
  "_id": "1",
  "_version": 1,
  "found": true,
  "_source": {
    "id": 1,
    "name": "operation red sea",
    "doubanScore": 8.5,
    "actorList": [
      {
        "id": 1,
        "name": "zhang yi"
      },
      {
        "id": 2,
        "name": "hai qing"
      },
      {
        "id": 3,
        "name": "zhang han yu"
      }
    ]
  }
}

results matching ""

    No results matching ""