solr range query errors

Posted by mquinsland on Stack Overflow See other posts from Stack Overflow or by mquinsland
Published on 2010-04-24T02:14:26Z Indexed on 2010/04/24 2:23 UTC
Read the original article Hit count: 232

Filed under:

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

© Stack Overflow or respective owner

Related posts about solr