Is it possible to use reactive search without the multi search api. I can not use the multi search api for my Elastic Search cluster.
Currently I've monkeypatched away the _msearch?
part of the url and changed the content-type to application/json
which works but it's not optimal.