0

I have applied the collapsecomponent patch to solr 3.1.0

My question is , how do I configure it in solrconfig.xml?
What needs to be added.

Right now I have added the following and its giving me a classnotfound exception for the collapsecomponent class: http://pastebin.com/S6AQiVq1

Any ideas?

Karan
  • 11,509
  • 8
  • 34
  • 38

1 Answers1

0

Add the class to solrconfig:

<searchComponent name="collapse" class="org.apache.solr.handler.component.CollapseComponent">
Marshal
  • 261
  • 1
  • 6
  • 13