Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

up vote 0 down vote accepted

Add the class to solrconfig:

<searchComponent name="collapse" class="org.apache.solr.handler.component.CollapseComponent">
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.