Re: Doing facet count using group truncating with distributed search

2012-10-21 Thread Erick Erickson
I think you're confusing cores and shards. The comments about distributed functionality are for a _sharded_ index. A sharded index simply breaks up a single logical index into parts (shards) and, when the configuration is set up, queries are automatically sent to all shards and the results collated

Doing facet count using group truncating with distributed search

2012-10-20 Thread Kenneth Vindum
Hi Solr users! Could any of you tell me how to do a facet count across several cores excluding duplicates. Eg. Core A: Page 1 Id=a Text=hello world Page 2 Id=b Text=hello again Core B: Page 1 Id=a Text=Hej verden Id=c Text=Ny besked Doing a facet count on core A giv