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 in a cloud installation.  It seems that when I create a new core
it is part of the collection and the old data will start replicating to it.
 Is that correct?

I've also looked at standing up a new collection and then adding an alias
for it, but that's not well documented.  If the alias already exists and I
add to to another collection is it removed from the first collection?

I'm open to any suggestions.

-- 
To *know* is one thing, and to know for certain *that* we know is another.
--William James

Reply via email to