We can use solr range query like:
http://localhost:8983/solr/select?q=queryStr&fq=x:[10 TO 100] AND y:[20 TO
300]
or :
http://localhost:8983/solr/select?q=queryStr&fq=x:[10 TO 100]&fq=y:[20 TO
300]

My Question:
How to make this range query by using solrJ ? Anybody knows? 
enzhao...@gmail.com  thanks!

-- 
View this message in context: 
http://www.nabble.com/A-question-about-SolrJ-range-query--tp24445471p24445471.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to