I am using Solr version 5
for searching data. I am using below query to which returns results even single keyword
is matched.
http://localhost:8983/solr/document/select?q=keyword1+keyword2&wt=json
Can anyone suggest me query to fetch results only if 2 or more
keywords matched.
Thanks.