Search code examples
c#.netelasticsearchnest

ElasticSearch + NEST Bulk Searching


I'm developing a utility through which searches can be submitted in bulk via batches. I was wondering whether the ElasticSearch 6.xxx /Nest API has built-in capabilities for bulk searching, rather than having to enumerate and perform each search individually?

Thanks


Solution

  • Elastic provides a multi search api, you can take a look here.