Elasticsearch--Http調用

  1. 更新curl

    curl -XPOST '127.0.0.1:9200/indexName/indexType/id/_update?pretty' -d ' {
         "doc": {
              "isFinish":true
         }
     }'
  2. 刪除url

    curl -v -X  DELETE 127.0.0.1:9200/indexName/indexType/id

未完待續。。。code

如有錯誤,懇請指正,萬分感謝!!!date

相關文章
相關標籤/搜索