Re: Deletes and inserts

2013-04-25 Thread Michael Della Bitta
We've successfully reused the same config in Zookeeper across multiple collections and using aliases. Could you describe your problem? What does the error say? Michael Della Bitta Appinions 18 East 41st Street, 2nd Floor New York, NY 10017-6271 w

Re: Deletes and inserts

2013-04-25 Thread Jon Strayer
Thanks Michael, How do you handle configurations in zookeeper? I tried reusing the same configuration but I'm getting an error message that may mean that doesn't work. Or maybe I'm doing something wrong. On Wed, Apr 24, 2013 at 12:50 PM, Michael Della Bitta < michael.della.bi...@appinions.com

Re: Deletes and inserts

2013-04-24 Thread Michael Della Bitta
We're using aliases to control visibility of collections we rebuild from scratch nightly. It works pretty well. If you run CREATEALIAS again, it'll switch to a new one, not augment the old one. If for some reason, you want to bridge more than one collection, you can add more than one collection to

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