I use Solr 4.0. I use Solr cloud. There is hash function for distributing(like round-robin algorithm ) in SolrCloud.
Can I change this function by plugin? Is there this plugin in configurations ? If yes, How can I do it ?
TNX
I use Solr 4.0. I use Solr cloud. There is hash function for distributing(like round-robin algorithm ) in SolrCloud.
Can I change this function by plugin? Is there this plugin in configurations ? If yes, How can I do it ?
TNX
if you want a completely custom sharding functionality, you can do the following: 1. Don't define the numShards parameter in your JAVA_OPTS. This will set sharding into 'implicit' mode 2. Pass the shard parameter as a part of your update request.