Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
My colleagues bruno.roustant and antogruz attempted to use the TermsComponent in SolrCloud on a collection with multiple shards. The results were inconsistent depending on which shard the client was talking with. Looking at the prepare() method, I can see this component reads the "shards" param. It should not have been coded that way; the SearchHandler or related machinery is responsible for parsing/processing that.