Reputation: 35
Does 'LIMIT' works in elastic search? If no, what can be alternative to restrict the results in elastic search as LIMIT wont work here. If yes, how to use it in proper way.
Upvotes: 0
Views: 76
Reputation: 5113
You can use From/Size in ElasticSearch to limit the results.
Please check the below link for further details.
Upvotes: 1