1

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?

javanna
  • 59,145
  • 14
  • 144
  • 125
Varshith
  • 574
  • 1
  • 5
  • 14

2 Answers2

0

It implements in 4.0, and called it as "group". http://wiki.apache.org/solr/FieldCollapsing

denny
  • 199
  • 1
  • 7
0

I have taken a look at this patch, myself, and it seems to be for an older implementation of FieldCollapsing, where the query parameters are called "collapse" instead of "group" in Solr 4.0

KidA78
  • 81
  • 2
  • 3