November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi!
You should be able to use MultiSearch for this. Check out this blog http://world.episerver.com/Blogs/Marcus-Granstrom/Dates/2014/2/Multi-Search-with-EPiServer-Find-75/
Hi.
MultiSearch is not an option. EPiServer ES instance fails:) if I use skip/from:
http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=82142&epslanguage=en
And, anyway, GetResultAsyc() that wraps HttpWebRequest.GetResponseAsync() version is extremely needed.
We are quering external service, and that would be nice to do that call in async manner without blocking calling thread.
It is time of async/await approach and .net 4.5.
Actually, is it correct behaviour that multisearch doesn't support paging?
Hi,
Multisearch supports paging.
The validationerror you expirienced earlier was a bug and has been resolved in the backend.
Best Regards,
Henrik
In my case I have to run multiple request to populate data I need.
Request are independent and can be run in parallel.
How can I achieve parallel request execution? Does find client has any support for that?