Re: Filtering Search Cloud

2013-04-05 Thread Furkan KAMACI
Ok, I will test and give you a detailed report for it, thanks for your help. 2013/4/5 Erick Erickson > I cannot emphasize strongly enough that you need to _prove_ you have > a problem before you decide on a solution! Do you have any evidence > that solrcloud can't handle the load you intend? Mi

Re: Filtering Search Cloud

2013-04-05 Thread Erick Erickson
I cannot emphasize strongly enough that you need to _prove_ you have a problem before you decide on a solution! Do you have any evidence that solrcloud can't handle the load you intend? Might a better approach be just to create more shards thus spreading the load and get all the HA/DR goodness of S

Re: Filtering Search Cloud

2013-04-03 Thread Shawn Heisey
On 4/3/2013 1:52 PM, Furkan KAMACI wrote: > Thanks for your explanation, you explained every thing what I need. Just > one more question. I see that I can not make it with Solr Cloud, but I can > do something like that with master-slave replication of Solr. If I use > master-slave replication of So

Re: Filtering Search Cloud

2013-04-03 Thread Furkan KAMACI
Thanks for your explanation, you explained every thing what I need. Just one more question. I see that I can not make it with Solr Cloud, but I can do something like that with master-slave replication of Solr. If I use master-slave replication of Solr, can I eliminate (filter) something (something

Re: Filtering Search Cloud

2013-04-03 Thread Shawn Heisey
On 4/3/2013 1:13 PM, Furkan KAMACI wrote: > Shawn, thanks for your detailed explanation. My system will work on high > load. I mean I will always index something and something always will be > queried at my system. That is why I consider about physically separating > indexer and query reply machine

Re: Filtering Search Cloud

2013-04-03 Thread Furkan KAMACI
Shawn, thanks for your detailed explanation. My system will work on high load. I mean I will always index something and something always will be queried at my system. That is why I consider about physically separating indexer and query reply machines. I think about that: imagine a machine that both

Re: Filtering Search Cloud

2013-04-03 Thread Shawn Heisey
On 4/1/2013 3:02 PM, Furkan KAMACI wrote: > I want to separate my cloud into two logical parts. One of them is indexer > cloud of SolrCloud. Second one is Searcher cloud of SolrCloud. > > My first question is that. Does separating my cloud system make sense about > performance improvement. Because