We are using from and size in normal searches to support pagination for our clients.
But we also have to support size and from for typeahead queries.
For supporting typeahead queries we are using CompletionSuggestionBuilder and SuggestBuilder
We are able to set the number of rows we want by specifying the rows in size param
but along with number of results our clients also need capability to specify from also. so that they can paginate.
But I did not get any way to do it?
How to set the from value in suggesters?