Skip to content

Instantly share code, notes, and snippets.

@nmvuong92
Last active September 6, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmvuong92/fd966b47798a60620037ac8947e129ae to your computer and use it in GitHub Desktop.
Save nmvuong92/fd966b47798a60620037ac8947e129ae to your computer and use it in GitHub Desktop.

cấu trúc http://localhost:9200/tên_index/tên_type/mã_id nguồn

https://www.linkedin.com/pulse/big-data-t%E1%BB%95ng-quan-v%E1%BB%81-elasticsearch-donald-trung-manh-nguyen/
$ curl -XPUT 'http://localhost:9200/blog/post/1' -d '{
   "author": "lucas",
   "tags": ["java", "web"],
   "title": "A Fancy Title",
   "context": "A nice post content..."
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment