Re: Clustering Query Solrj

2009-12-27 Thread Allahbaksh Asadullah
HI Ahmet, I was looking for the same. Thanks for your early response. Warm Regards, Allahbaksh On Sun, Dec 27, 2009 at 7:22 PM, AHMET ARSLAN wrote: > > Hi Erik, > > I had set the Clustering true at server side. But I want to > > get the response > > of Clustering result through solrj. > > > > As

Re: Clustering Query Solrj

2009-12-27 Thread AHMET ARSLAN
> Hi Erik, > I had set the Clustering true at server side. But I want to > get the response > of Clustering result through solrj. > > As I get Facet response can I get response of Clustering > (docId, and label ) > through solrj. > By solrJ you mean EmbeddedSolrServer? If yes i think you can ena

Re: Clustering Query Solrj

2009-12-27 Thread Allahbaksh Asadullah
Hi Erik, I had set the Clustering true at server side. But I want to get the response of Clustering result through solrj. As I get Facet response can I get response of Clustering (docId, and label ) through solrj. Regards, Allahbaksh On Sun, Dec 27, 2009 at 6:58 PM, Erik Hatcher wrote: > > On D

Re: Clustering Query Solrj

2009-12-27 Thread Erik Hatcher
On Dec 27, 2009, at 2:20 AM, Allahbaksh Asadullah wrote: How do I set Clustering true in Solrj. How do I access clustering result. I am using Solr 1.4. It isn't a client-side setting, it's a setting when launching Solr. See here for instructions... http://wiki.apache.org/solr/Clusteri

Clustering Query Solrj

2009-12-26 Thread Allahbaksh Asadullah
Hi, How do I set Clustering true in Solrj. How do I access clustering result. I am using Solr 1.4. Regards, Allahbaksh