Hello everyone,

I have implemented facet search with search in all fields, its working fine
with the following url.
http://localhost:8983/solr/select?q=cd&facet=true&facet.field=media&facet.limit=-1&start=0&rows=15&facet.mincount=1&qt=LM

Query : cd

But when I tried with query which have AND, its not shows any results, my
url as below. Is there are any issue with URL or any other,
http://localhost:8983/solr/select?q=cd AND
media:movies&facet=true&facet.field=media&facet.limit=-1&start=0&rows=15&facet.mincount=1&qt=LM


Query : cd AND media:movies

Please let me know, what should I do ?

-- 
Thanks,
Laxmilal menaria

http://www.chambal.com/
http://www.minalyzer.com/
http://www.bucketexplorer.com/

Reply via email to