I need a way to collapse duplicate (defined in terms of a string field with an id) results in solr. I know that such a feature is comming in the next ...
I applied the field collapsing patch and the output has two response fields. One has the uncollapsed result and the other response has the collapsed result. I know this can be ...
I am trying to achieve disrtibuted field collapsing in solr. I tried applying the patch https://issues.apache.org/jira/browse/SOLR-1683 but it didnt seem to work. Is there anyway to do this?
Does anybody know if Field Collapsing and Grouping is available in Solr 3.2.
I mean directly available, not as a patch.
I have read conflicting statements about it...
Thanks a lot!
according to the Solr Wiki (http://wiki.apache.org/solr/FieldCollapsing) field collapsing should be available in Solr 4. As far as I know, it is necessary to add the following configuration to the solrconfig.xml to ...