On 9/22/2013 7:43 AM, Baskar Sikkayan wrote:
> http://localhost:18080/solr/select?defType=dismax&pf=tagged_skills
> ^100&q=java+ejb+Spring&qf=tagged_skills&q.op=AND
>
> I am not sure how to execute the same thing using Solr Java client.
>
> SolrQuery query = new SolrQuery();
> query.setQu
Hi,
I use the below query to check if the both of the word are there in the
document.
http://localhost:18080/solr/select?defType=dismax&pf=tagged_skills
^100&q=java+ejb+Spring&qf=tagged_skills&q.op=AND
I am not sure how to execute the same thing using Solr Java client.
SolrQuery query = new S