0

We are trying Solr Cloud with Solr version 4.3, but pivoting doesn't seem to be working in this case.

 http://localhost:8995/solr/cmn/select?q=*%3A*&facet=true&facet.mincount=1&facet.pivot=source_domain,author&rows=1&wt=json&facet.limit=5

Am I missing something or this feature is not available on the cloud.

Cool Techie
  • 756
  • 2
  • 18
  • 39

1 Answers1

2

As per SOLR-792 & SOLR-2894
Pivot faceting currently only supports undistributed mode.
Distributed pivot faceting needs to be implemented.

Jayendra
  • 52,349
  • 4
  • 80
  • 90