I'm using solrJ to construct a query and it works just fine until I add the
following.


query.setFilterQueries("price:[*+TO+500]", "price:[500+TO+*]");


That generates this error


Caused by: org.apache.solr.common.SolrException: Bad Request


Bad Request


request:
http://balboa:8085/apache-solr-1.4.0/core0/select?q=red&facet=true&fl=*,score&rows=20&fq=price:[*+TO+500]&fq=price:[500+TO+*]&wt=javabin&version=1


What is the proper syntax for specifying a set of facet.queries?

Reply via email to