I have installed and configured solr 3.6.0 with tomcat container. I have created the index of solr example docs. I want to apply grouping functionality on that.
I have applied grouping query according to below document: http://wiki.apache.org/solr/FieldCollapsing
and I don't see the field collapsing. I mean I see the results, but not the grouping. My understanding is it should work. I have chaged below line in solrconfig.xml
.
<searchComponent name="query" class="org.apache.solr.handler.component.CollapseComponent" />
in my solr home, all the fields are indexed and stored.
I don't see what I'm doing wrong.