Make a string query with a range

I try to make a query string but i only want documents that have a field between a certain range.
How can i do that ?
fuzzy_query

Why don't you take QueryBuilders.rangeQuery() ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.