Re: SolrCloud Heterogenous Hardware setup

2018-05-01 Thread Deepak Goel
I had a similar problem some time back. Although it might not be the best way, but I used cron to move data from a high-end-spec to a lower-end-spec. It worked beautifully Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a

Re: SolrCloud Heterogenous Hardware setup

2018-05-01 Thread Greenhorn Techie
Thanks Erick. This information is very helpful. Will explore further on the node placement rules within Collections API. Many Thanks On 1 May 2018 at 16:26:34, Erick Erickson (erickerick...@gmail.com) wrote: "Is it possible to configure a collection such that the collection data is only stored

Re: SolrCloud Heterogenous Hardware setup

2018-05-01 Thread Erick Erickson
"Is it possible to configure a collection such that the collection data is only stored on few nodes in the SolrCloud setup?" Yes. There are "node placement rules", but also you can create a collection with a createNodeSet that specifies the nodes that the replicas are placed on. " If this is poss

SolrCloud Heterogenous Hardware setup

2018-05-01 Thread Greenhorn Techie
Hi, We are building a SolrCloud setup, which will index time-series data. Being time-series data with write-once semantics, we are planning to have multiple collections i.e. one collection per month. As per our use case, end users should be able to query across last 12 months worth of data, which