CShark
CShark

Reputation: 2221

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

Upvotes: 1

Views: 326

Answers (1)

aHochstein
aHochstein

Reputation: 515

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

Upvotes: 3

Related Questions