Closed
Description
Description
The MultisearchBody does not let you do everything you can when making manually JSON calls. For example, this SDK does not allow you to specify:
- highlight
- _source.includes or _source.excludes
As a result, I'm doing multiple SearchRequests calls instead of a single msesarch request.