1

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

2
  • 1
    Have a look here, i have not used it tho so i cant tell you how it works. elastic.co/guide/en/elasticsearch/reference/current/… Commented May 3, 2019 at 6:44
  • @aHochstein Thanks man, that looks exactly like what I was searching for! Perhaps post it as an answer so I can award you points for it? Commented May 3, 2019 at 6:49

1 Answer 1

3

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

Sign up to request clarification or add additional context in comments.

2 Comments

@RussCam the link is broken. Are these examples from Tests what are you referring to? Also, what is the max no. of results returned by MultiSearch? Performance wise, for querying large datasets, what do you recommend: MultiSearch or ScrollAll in Parallel.ForEach?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.