Re: SOLR-236 Patch

2010-06-25 Thread Martijn v Groningen
Hi Sam, It seems that the patch is out of sync again with the trunk. Can you try patching with revision 955615? I'll update the patch shortly. Martijn On 24 June 2010 09:49, Amdebirhan, Samson, VF-Group wrote: > Hi > > > > Trying to apply the SOLR-236 patch to a trunk i g

SOLR-236 Patch

2010-06-24 Thread Amdebirhan, Samson, VF-Group
Hi Trying to apply the SOLR-236 patch to a trunk i get what follows. Can anyone help me understanding what I am missing ? . svn checkout http

SOLR-236 patch with version 1.4

2010-03-23 Thread blargy
Is the field collapsing patch (236) not compatible with Solr 1.4? $ patch -p0 -i ~/Desktop/SOLR-236.patch patching file src/test/test-files/solr/conf/solrconfig-fieldcollapse.xml patching file src/java/org/apache/solr/search/fieldcollapse/collector

Re: question/suggestion for Solr-236 patch

2010-02-11 Thread Otis Gospodnetic
rom: gdeconto > To: solr-user@lucene.apache.org > Sent: Wed, February 10, 2010 11:12:03 AM > Subject: question/suggestion for Solr-236 patch > > > I have been able to apply and use the solr-236 patch (field collapsing) > successfully. > > Very, very cool and powerful. >

Re: question/suggestion for Solr-236 patch

2010-02-10 Thread gdeconto
ocessing (ie no need to navigate the xml results for two different values for each collapsed set, adding the numbers to get the total, etc) it was just a suggestion. field collapsing is a great feature. -- View this message in context: http://old.nabble.com/question-suggestion-for-So

Re: question/suggestion for Solr-236 patch

2010-02-10 Thread Joe Calderon
you can do that very easily yourself in a post processing step after you receive the solr response On Wed, Feb 10, 2010 at 8:12 AM, gdeconto wrote: > > I have been able to apply and use the solr-236 patch (field collapsing) > successfully. > > Very, very cool and powerful. >

question/suggestion for Solr-236 patch

2010-02-10 Thread gdeconto
I have been able to apply and use the solr-236 patch (field collapsing) successfully. Very, very cool and powerful. My one comment/concern is that the collapseCount and aggregate function values in the collapse_counts list only represent the collapsed documents (ie the ones that are not shown

Re: Solr 1.4 Field collapsing - What are the steps for applying the SOLR-236 patch?

2010-01-14 Thread Kelly Taylor
take advantage of the field-collapsing functionality? I did successfully build and test branch-1.4 with the field-collapse-5.patch (patch from 12-08-2009 9:43 PM) but also see dependency issues in my IDE. -Kelly MERGE ISSUES (branch-1.4 and latest SOLR-236.patch)... src/java/org/apache/solr/ha

Re: Solr 1.4 Field collapsing - What are the steps for applying the SOLR-236 patch?

2010-01-12 Thread Martijn v Groningen
I wouldn't use the patches of the sub issues right now as they are under development right now (the are currently a POC). I also think that the latest patch in SOLR-236 is currently the best option. There are some memory related problems with the patch that have to do with caching. The fieldCollaps

Re: Solr 1.4 Field collapsing - What are the steps for applying the SOLR-236 patch?

2010-01-11 Thread Joe Calderon
it seems to be in flux right now as the solr developers slowly make improvements and ingest the various pieces into the solr trunk, i think your best bet might be to use the 12/24 patch and fix any errors where it doesnt apply cleanly im using solr trunk r892336 with the 12/24 patch --joe On

Solr 1.4 Field collapsing - What are the steps for applying the SOLR-236 patch?

2010-01-11 Thread Kelly Taylor
Hi, Is there a step-by-step for applying the patch for SOLR-236 to enable field collapsing in Solr 1.4? Thanks, Kelly -- View this message in context: http://old.nabble.com/Solr-1.4-Field-collapsing---What-are-the-steps-for-applying-the-SOLR-236-patch--tp27122621p27122621.html Sent from the

SOLR-236 patch errors

2008-06-20 Thread JLIST
Although field collpasing worked fine in my brief testing, when I put it to work with more documents, I start to get exceptions. It seems to have something to do with the queries (or documents, since different queries return different documents). With some queries, this exception does not happen.

Re[2]: SOLR-236 patch works

2008-06-18 Thread JLIST
> That looks right. CollapseComponent replaces QueryComponent. Does it mean that if collapse parameters show up in the URL, CollapseComponent will be used automatically, and if not, QueryComponent will be used? Or is it always going to be CollapseComponent, which defaults to QueryComponent's beh

Re: SOLR-236 patch works

2008-06-18 Thread Otis Gospodnetic
That looks right. CollapseComponent replaces QueryComponent. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: JLIST <[EMAIL PROTECTED]> > To: Otis Gospodnetic > Sent: Wednesday, June 18, 2008 5:24:25 AM > Subject: SO

SOLR-236 patch works

2008-06-18 Thread JLIST
I had the patch problem but I manually created that file and solr nightly builds fine. After replacing solr.war with apache-solr-solrj-1.3-dev.jar, in solrconfig.xml, I added this: Then added this to the standard and dismax handler handler collapse I added &collapse.field=&collaps