Re: Large number of collections in SolrCloud

2015-08-03 Thread Mukesh Jha
We have similar date and language based collection. We also ran into similar issues of having huge clusterstate.json file which took an eternity to load up. In our case the search cases were language specific so we moved to multiple solr cluster each having a different zk namespace per language, s

Re: Solr Cluster management having too many cores

2014-08-08 Thread Mukesh Jha
Looks like https://issues.apache.org/jira/browse/SOLR-5473 is the story :) On Fri, Aug 8, 2014 at 9:30 PM, Mukesh Jha wrote: > Hey *Shawn*, *Erik*, > > I's wondering if there is a JIRA story for splitting the current > clusterstate.json to collection specific clusterstate

Re: Solr Cluster management having too many cores

2014-08-08 Thread Mukesh Jha
sey wrote: > On 4/28/2014 5:05 AM, Mukesh Jha wrote: > > Thanks Erik, > > > > Sounds about right. > > > > BTW how long can I keep adding collections i.e. can I keep 5/10 years > data > > like this? > > > > Also what do you think of bullet

Re: Solr Cluster management having too many cores

2014-04-28 Thread Mukesh Jha
;d be a script that ran and "just knew" the right > collection to change the alias on, there's nothing automatic yet. > > Best, > Erick > > On Fri, Apr 25, 2014 at 9:37 AM, Mukesh Jha > wrote: > > Thanks for quick reply Erik, > > > > I want to kee

Re: Solr Cluster management having too many cores

2014-04-25 Thread Mukesh Jha
number of cores from growing too large. > > Best, > Erick > > On Fri, Apr 25, 2014 at 6:49 AM, Mukesh Jha > wrote: > > Hi Experts, > > > > I need to divide my indexes based on hour/day with each index having > ~50-80 > > GB data & ~50-

Solr Cluster management having too many cores

2014-04-25 Thread Mukesh Jha
have collection specific config files present on zookeeper? 3) How can I easily manage all these collections? Do we have Java Coreadmin API's available. I cannot find much documented on it. -- Txz, *Mukesh Jha *

Re: Tipping point of solr shards (Num of docs / size)

2014-04-15 Thread Mukesh Jha
already pushing it. How much does that > translate to in terms of index size on disk per shard? > > -vinay > > > On 15 April 2014 21:44, Mukesh Jha wrote: > > > Hi Gurus, > > > > In my solr cluster I've multiple shards and each shard containing >

Tipping point of solr shards (Num of docs / size)

2014-04-15 Thread Mukesh Jha
what is the recomended no of docs / size of shards . Txz in advance :) -- Thanks & Regards, *Mukesh Jha *

Re: Custome routing based on date field

2014-04-14 Thread Mukesh Jha
ent > approach): > http://blog.cloudera.com/blog/2013/10/collection-aliasing-near-real-time-search-for-really-big-data/ > > Regards, >Alex. > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency &g

Custome routing based on date field

2014-04-14 Thread Mukesh Jha
which is not what i desire to have. Is this possible using the current solr-cloud? -- Thanks & Regards, *Mukesh Jha *