Re: Solr Cloud Distributed IDF

2013-10-23 Thread dboychuck
I am indexing documents using the domin:id format ex id = k-690kohler!670614 This ensures that all k-690kohler documents are indexed to the same shard. This does cause numDocs that are not perfectly distributed across shards probably even worse than the default sharding algorithm. Here is the sear

Re: Solr Cloud Distributed IDF

2013-10-23 Thread Upayavira
Can you say more about the problem? What did you see that led to that problem? How did you distribute docs between shards, and how is that different from your 3.6 setup? It might be a distributed IDF thing, or it could be something simpler. Upayavira On Wed, Oct 23, 2013, at 03:26 AM, dboychuck

Re: Solr Cloud Distributed IDF

2013-10-23 Thread Toke Eskildsen
On Wed, 2013-10-23 at 04:26 +0200, dboychuck wrote: > I recently moved an index from 3.6 non-distributed to Solr Cloud 4.4 with > three shards. My company uses a boosting function with a value assigned to > each document. This boosting function no longer works dependably and I > believe the cause i