Re: why solr and clause not working

2007-08-02 Thread sammael
sorry carefully read lucen syntax manual use && instead and all works fine now -- View this message in context: http://www.nabble.com/why-solr-and-clause-not-working-tf4204987.html#a11961242 Sent from the Solr - User mailing list archive at Nabble.com.

why solr eat my and word

2007-08-02 Thread sammael
post.addParameter("q","(post_date:[118598900 TO *])and(catregory_id:2)"); returned result contains category_id ==1 also in the case of post.addParameter("q","(post_date:[118598900 TO *])"); post.addParameter("qf","((forum_id:1 forum_id:2)and(category_id:2)"); returned result contains ca