hello i am new to elasticsearch is there is any way to get all the search result for an search keyword ..this elastic search is limited to 10 or else we can set the size but we need to get the size??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, the default number of search results is 10. You need to set the I don't think you an say "all results", though, there must always be a size limit. |
|||||||||||
|
|
If you use the JAVA API you can simple get the total hit number from the SearchResponse
|
|||
|
|