Re: Problem with field collapsing of patched Solr 1.4

2011-06-22 Thread Thalaiselvam
://lucene.472066.n3.nabble.com/Problem-with-field-collapsing-of-patched-Solr-1-4-tp2678850p3094555.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with field collapsing of patched Solr 1.4

2011-03-24 Thread Kai Schlamp-2
It works fine now. Kai -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-with-field-collapsing-of-patched-Solr-1-4-tp2678850p2724321.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with field collapsing of patched Solr 1.4

2011-03-23 Thread Afroz Ahmad
stem search :: http://search-lucene.com/ > > > > > > > > - Original Message > >> From: Kai Schlamp <kai.schl...@googlemail.com> > >> To: solr-user@lucene.apache.org > >> Sent: Sun, March 13, 2011 11:58:56 PM > >> Subject: Proble

Re: Problem with field collapsing of patched Solr 1.4

2011-03-18 Thread Kai Schlamp-2
-p0 < ../SOLR-236-1_4_1-paging-totals-working.patch` >> ** `patch -p0 < ../SOLR-236-1_4_1-NPEfix.patch` >> * Build Solr >> ** `ant clean` >> ** `ant example` ... tells me "BUILD SUCCESSFUL" >> * Reindexed everything (using Sunspot Solr) >> * Solr info tells me correctly "Solr Specification Version: >> 1.4.1.2011.03.14.04.29.20" >> >> Kai >> > -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-with-field-collapsing-of-patched-Solr-1-4-tp2678850p2701061.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with field collapsing of patched Solr 1.4

2011-03-15 Thread Otis Gospodnetic
March 13, 2011 11:58:56 PM > Subject: Problem with field collapsing of patched Solr 1.4 > > Hello. > > I just tried to patch Solr 1.4 with the field collapsing patch of > https://issues.apache.org/jira/browse/SOLR-236. The patching and build > process seemed to be ok (below

Problem with field collapsing of patched Solr 1.4

2011-03-13 Thread Kai Schlamp
Hello. I just tried to patch Solr 1.4 with the field collapsing patch of https://issues.apache.org/jira/browse/SOLR-236. The patching and build process seemed to be ok (below are the steps I did), but the field collapsing feature doesn't seem to work. When I go to `http://localhost:8982/solr/selec

Problem with field collapsing

2010-07-28 Thread Moazzam Khan
Hi All, Whenever I use field collapse, the "numFound" attribute contains exactly as many rows as I put in rows parameter instead of returning total number of documents that matched the query. Is there a way to rectify this? Thanks, Moazzam