On 11/3/2014 12:45 PM, maninder batth wrote: > Thank you for recommendation on composite IDs. We currently use solr 3.x. > After reading on composite ids, it sounds like a feature of solr 4.x. Is > something similar available in solr 3.x also? Also, we do not use solrCloud.
The compositeId router is part of SolrCloud, which you will only find in Solr 4.0 and newer. On 3.x, you must normally handle all shard routing outside of Solr. It might be possible to configure the dataimport handler so that its JDBC query selects only documents that belong on that shard, if you happen to be using the dataimport handler already. Thanks, Shawn