phillro/node-elasticsearch-client

index & type support for bulk

Opened this issue · 1 comments

"The endpoints are /_bulk, /{index}/_bulk, and {index}/type/_bulk. When the index or the index/type are provided, they will be used by default on bulk items that don’t provide them explicitly."

Looks like the driver only supports the /_bulk endpoint.

Glad to take a pull request on this.