AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

How to insert/delete multiple documents by one query/action? #36

Closed glight2000 closed 2 years ago

glight2000 commented 3 years ago

How to insert/delete multiple documents by one query/action?

AntonShuvaev commented 3 years ago

Actions for adding and deleting multiple documents are not supported yet. I will consider adding it in a future release. Now the only option is to use Bulk API request.

AntonShuvaev commented 2 years ago

Now it is possible to create, delete or edit multiple documents in table. Editing multiple documents is also possible in dialog window. So I close this issue.