On Fri, Jan 27, 2012 at 11:46 PM, Jamie Johnson <jej2...@gmail.com> wrote: > I just want to verify some of the features in regards to SolrCloud > that are now on Trunk > > documents added to the cluster are automatically distributed amongst > the available shards (I had seen that Yonik had ported the Murmur > hash, but I didn't see that on trunk, what is being used and where can > I look at it?
It's cut'n'pasted into the Hash class ./solr/solrj/src/java/org/apache/solr/common/util/Hash.java that also has a lookup3 variant for Strings. -Yonik http://www.lucidimagination.com