Re: Equivalent Java client code

2013-09-22 Thread Shawn Heisey
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

Equivalent Java client code

2013-09-22 Thread Baskar Sikkayan
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