solr range query errors
- by mquinsland
http://localhost:8983/solr/select?wt=json&q=lat:[35%20to%2038] results in
**org.apache.lucene.queryParser.ParseException: Cannot parse 'lat:[35 to 38]': Encountered " "38 "" at line 1, column 11.
Was expecting:
"]"
This is a pretty basic range query and this error will prevent us from using SOLR for our projects