elasticSearch study notes 2 bulk

POST lib/_bulk
{"index":{"_id":1}}
{"title":"sdsdsd"}
{"index":{"_id":2}}
{"title":"sdsdsd"}
{"index":{"_id":3}}
{"title":"sdsdsd"}
{"index":{"_id":1}}
{"title":"sdsdsd"}
{"create":{"_id":"29"}}
{"name":"daasd"}
{"update":{"_index":"lib","_id":3}}
{"doc":{"title":"test"}}
{"delete":{"_id":3}}


GET lib/_mget
{"ids":[1,2,3,10]}

  

Guess you like

Origin www.cnblogs.com/dennylau/p/11415942.html