danpaz / bodybuilder

An elasticsearch query body builder :muscle:

Home Page:http://bodybuilder.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch msearch?

Emporea opened this issue · comments

Is there compatibility for the multisearch function?

Not exactly, bodybuilder is only intended for constructing JSON bodies for the search API. You should be able to build multiple JSON entries with bodybuilder and combine them into a multisearch request, but doing that would fall outside the scope of this library.