On so many websites they teach how to query data from Elasticsearch using range query. I would like to query data that is less than or equal to a certain number from Elasticsearch using Lucene Style Query String like this.
fieldname:[* TO 100]
or
fieldname:["*" TO "100"]
I have tried in other formats but none of those worked. Can someone help me?