Is there a query syntax for specifying a numeric range for a field indexed as a NumericField.
I've tried numericfield:[0 TO 10] > But it is parsed as a TermRangeQuery and not a NumericRangeQuery. Many thanks Anuj
Is there a query syntax for specifying a numeric range for a field indexed as a NumericField.
I've tried numericfield:[0 TO 10] > But it is parsed as a TermRangeQuery and not a NumericRangeQuery. Many thanks Anuj