When we are hitting the range query from hybris server we are getting Error
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://localhost:8983/solr: Invalid Number: [0 TO 9.99]
Where as if we are passing the value from solr admin console it's working as expected.
From hybris we are passing query like :relevance:length:[0 TO 9.99]
Thanks in advance.