Cloud and Master slave replcation

2013-04-10 Thread Jon Strayer
Is it possible to have a Solr cloud in a master/slave configuration with another solr server where the cloud is the slave? -- To *know* is one thing, and to know for certain *that* we know is another. --William James

Deletes and inserts

2013-04-24 Thread Jon Strayer
We are using a Solr collection to serve auto complete suggestions. We'd like for the update to be without any noticeable delay for the users. I've been looking at adding new cores, loading them with the new data and then swapping them with the current ones, but but I don't see how that would work

Re: Deletes and inserts

2013-04-25 Thread Jon Strayer
-6271 > > www.appinions.com > > Where Influence Isn’t a Game > > > On Wed, Apr 24, 2013 at 12:26 PM, Jon Strayer wrote: > > We are using a Solr collection to serve auto complete suggestions. We'd > > like for the update to be without any noticeable delay for

4.2.1 Tutorial

2013-04-29 Thread Jon Strayer
I can't be the only person to run into this, but I can't find any mention of it anywhere. I have Solr 4.2.1 installed under OSX 10.8.3. I'm working my way through the tutorial. When I click on this link: http://localhost:8983/solr/#/collection1/queryI get the error message "There exists no core

Re: 4.2.1 Tutorial

2013-04-30 Thread Jon Strayer
core with the name "collection1"". Do you get any error as like > core:collection1 could not create or something like that? > > 2013/4/29 Jon Strayer > > > I can't be the only person to run into this, but I can't find any mention > > of it anywhere.