Re: Doubt Regarding Shards Index

2013-06-07 Thread Dmitry Kan
Hi, Sharding by time by itself does not need any custom code on solr side: start indexing your data to a shard, depending on the timestamp of your document. The querying part is trickier if you want to have one front end solr: it should know which shards to query. If querying all shards for each

Re: Doubt Regarding Shards Index

2013-06-07 Thread sathish_ix
Hi , How did you distribute the index by year to different shards, do we need to write any code ? Thanks, Sathish -- View this message in context: http://lucene.472066.n3.nabble.com/Doubt-Regarding-Shards-Index-tp3629964p4068869.html Sent from the Solr - User mailing list archive at Nabble.co

Re: Doubt Regarding Shards Index

2012-01-03 Thread Sethi, Parampreet
Hi Suneel, I have implemented Solr sharding in one of my projects where data was of the order of 1 billion documents and my queries were throwing Out of memory exception because of huge index. Here are my views: - Have identical Solr server setups for each shard with same schema. 1. We need to c