I am improving performance to retrieve suggestions from Episerver Find while the customer is typing.
Once the customer inputs more letter then we will send request to Episerver Find to get new suggestion list. So it is not good because we make a lot of different requests to Episerver Find. Currently average response time for each episerver find request is about more then 1s.
So I want to retrieve all suggestions from Episerver Find and caching in our app server to reduce number of requests. But I found that the maximum number of hits that I can get is only 10 even I input "size" parameter more like this:
Moreover, I do not understand that the HitsCutoff parameter is used for what. I do not see the different results if I set or do not set this parameter.
I thought that we can use the HitsCutoff parameter for paging but I do not see it works.
Hi guys,
I am improving performance to retrieve suggestions from Episerver Find while the customer is typing.
Once the customer inputs more letter then we will send request to Episerver Find to get new suggestion list. So it is not good because we make a lot of different requests to Episerver Find. Currently average response time for each episerver find request is about more then 1s.
So I want to retrieve all suggestions from Episerver Find and caching in our app server to reduce number of requests. But I found that the maximum number of hits that I can get is only 10 even I input "size" parameter more like this:
Moreover, I do not understand that the HitsCutoff parameter is used for what. I do not see the different results if I set or do not set this parameter.
I thought that we can use the HitsCutoff parameter for paging but I do not see it works.
Do you have any ideas about these things?
Thanks