Not yet, you may look at https://issues.apache.org/jira/browse/SOLR-4221 for 
possible future solution.

For the time being you could use Implicit routing, i.e. your application sends 
the docs directly to the correct shard, so every month your app code would 
decide to switch indexing to a new node, and the same with searching. You 
achieve implicit routing by creating the collection without a numShards 
parameter.

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

2. juli 2013 kl. 22:11 skrev kowish.adamosh <kowish.adam...@gmail.com>:

> Sure, I'ill measure results and come back if results will be unsatisfactory.
> Thanks very much for advice.
> 
> Out of curiosity: is there any way to partition shards (logical and
> physical) by specified value of specified field?
> 
> Kowish
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-cloud-date-based-paritioning-tp4074729p4074899.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to