Elasticsearch http api

http api 建立索引 http://10.7.13.192:9200/xu/test/1/ 方法:PUT 參數:api

{
    "number": 32768,
    "singer": "徐大哥111",
    "size": "5109132",
    "song": "今夜二十歲",
    "tag": "中國好聲音",
    "timelen": 319
}

返回:code

刪除索引 http://10.7.13.192:9200/xu2/test/1/ 方法:DELETE 返回索引

{
    "found": true,
    "_index": "xu2",
    "_type": "test",
    "_id": "1",
    "_version": 2,
    "_shards": {
        "total": 2,
        "successful": 2,
        "failed": 0
    }
}
{
    "acknowledged": true
}

刪除索引 http://10.7.13.192:9200/xu2 方法:DELETEget

{
    "acknowledged": true
}
相關文章
相關標籤/搜索