That looks right. CollapseComponent replaces QueryComponent.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: JLIST <[EMAIL PROTECTED]> > To: Otis Gospodnetic <solr-user@lucene.apache.org> > Sent: Wednesday, June 18, 2008 5:24:25 AM > Subject: SOLR-236 patch works > > 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: > > > class="org.apache.solr.handler.component.CollapseComponent" /> > > Then added this to the standard and dismax handler handler > > > collapse > > > > I added &collapse.field=&collapse.threshold=, and the result > collapsed as expected. > > > Can you provide feedback about this particular patch once you try > > it? I'd like to get it on Solr 1.3, actually, so any feedback would > > help. > > > Thanks, > > Otis