When I used 4.0 I could use my DIH on any shard and the documents would be
distributed based on the internal hashing algorithm and end up distributed
evenly across my three shards.

I have just upgraded to Solr 4.1 and I have noticed that my documents always
end up on the shard that I run the DIH on. I'm assuming this has something
to do with the changes to allow custom hashing.

How do I use custom hashing? Basically I want to reproduce the functionality
of how Solr 4.0 would hash and distribute the updates automatically but I
don't want to use ID for the hashing function I want to use groupId so that
I can do correct grouping and facet grouping.

Any help or direction would be appreciated,

David



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-1-Custom-Hashing-DIH-tp4036316.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to