using Tomcat 6.0
I have configured CollapseComponent in solrconfig.xml but am getting a error loading class:
<searchComponent name="collapse" class="org.apache.solr.handler.component.CollapseComponent" />
Solr version 3.6.1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Solr field collapsing was released as a part of stable release 3.3 and does not require special configuration.
As well, it does not require any special components to be included. So you can remove it.
Passing group=true&group.field=some_field should have it working without any changes.