Re: How to restore an index from a backup over HTTP

2014-08-16 Thread Greg Solovyev
Thanks Shawn, this is a pretty cool idea. Adding the handler seems pretty straight forward, but the main concern I have is the internal data format that ReplicationHandler and SnapPuller use. This new handler as well as the code that I've already written to download the index files from Solr wil

RE: Replication Issue with Repeater Please help

2014-08-16 Thread waqas sarwar
> Date: Thu, 14 Aug 2014 06:51:02 -0600 > From: s...@elyograg.org > To: solr-user@lucene.apache.org > Subject: Re: Replication Issue with Repeater Please help > > On 8/14/2014 2:09 AM, waqas sarwar wrote: > > Thanks Shawn. What i got is Circular replication is totally impossible & > > Solr fail

Re: Syntax unavailable for parameter substitution Solr 3.5

2014-08-16 Thread Yonik Seeley
You can't do this with stock solr, but a generic templating ability is now in heliosearch (a fork of solr): http://heliosearch.org/solr-query-parameter-substitution/ -Yonik http://heliosearch.org - native code faceting, facet functions, sub-facets, off-heap data On Fri, Aug 15, 2014 at 5:46 AM,

Re: Replication Issue with Repeater Please help

2014-08-16 Thread Erick Erickson
It Depends (tm). > One ZooKeeper is a single point of failure. It goes away and your SolrCloud > cluster is kinda hosed. OTOH, with only 3 servers, the chance that one of > them is going down is low anyway. How lucky do you feel? > I would be cautious about running your ZK instances embedded,

Re: How to restore an index from a backup over HTTP

2014-08-16 Thread Shawn Heisey
On 8/16/2014 4:03 AM, Greg Solovyev wrote: > Thanks Shawn, this is a pretty cool idea. Adding the handler seems pretty > straight forward, but the main concern I have is the internal data format > that ReplicationHandler and SnapPuller use. This new handler as well as the > code that I've alread

Re: Replication Issue with Repeater Please help

2014-08-16 Thread Shawn Heisey
On 8/16/2014 8:11 AM, waqas sarwar wrote: >> Thank you so much. You helped alot. One more question is that can i use only >> one zookeeper server to manage 3 solr servers, or i've to configure 3 >> zookeeper servers for each. >And zookeeper servers should be stand alone or >> better to use same

Re: Solr cloud performance degradation with billions of documents

2014-08-16 Thread shushuai zhu
Erik, --- I fear the problem will be this: you won't even be able to do basic searches as the number of shards on a particular machine increase. To test, fire off a simple search for each of your 60 days. I expect it'll blow you out of the water. This assumes that all yo