Hi - I am using SolrQuery object to query out the solr index. My query is
some thing like below.
SolrQuery q = new SolrQuery();
q.setQuery("param1:value1");
q.setFilterQueries("param2:value2");
q.setFilterQueries("param3:value3");
Assume my input is such that values of param2 and param3 should not yield a
result. But I am facing a scenario such that I am getting the output based
on param1 though the value of param2 and param3 are not does not match.
Can anyone help in this?
Thanks
Ganesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-in-AND-query-in-solr-index-tp3418052p3418052.html
Sent from the Lucene - General mailing list archive at Nabble.com.