Thanks!

I have very limited response time (max 100ms) therefore sharding is a must.
Data also have trend to grow up to tens of gigs.
Is there any way how to create new logical shard in runtime? I want to
logically partition my data by date. I'm still wondering how is implemented
example from documentation:

/
Query specific shard ids of the (implicit) collection. In this example, the
user has partitioned the index by date, creating a new shard every month:

http://localhost:8983/solr/collection1/select?shards=shard_200812,shard_200912,shard_201001/

Even in first full load I don't know how to do it... In all examples I can
see that data are distributed physically by uniqeId % coreNum. Are there
some examples of custom (i.e. date based) sharding strategy?

I can see that in JIRA: https://issues.apache.org/jira/browse/SOLR-2592
there is something that may help but I can't find anything in documentation.

Thanks for help!

Kowish



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-cloud-date-based-paritioning-tp4074729p4074823.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to