Actually, it simply a matter of adding a core via core admin handler.
It's not hard to accomplish, though, I guess it's not a part of Solr
today to perform this task.
On Wed, Apr 28, 2010 at 8:50 AM, Jon Baer wrote:
> Correct me if Im wrong but I think the problem here is that while there is a
>
Correct me if Im wrong but I think the problem here is that while there is a
"fetchindex" command in replication the handler and the master/slave setup
pertain to the core config.
For example for this to work properly the solr.xml configuration would need to
setup some type of "global" replicat
In this case, there's a index/core created per day. Each new day/core
needs to fairly immediately after creation, replicate to the slave for
queries. Is there some other mechanism in trunk/cloud that would
solve this?
On Wed, Apr 28, 2010 at 9:22 AM, Yonik Seeley
wrote:
> On Wed, Apr 28, 2010 a
On Wed, Apr 28, 2010 at 10:14 AM, Jason Rutherglen
wrote:
> I guess I didn't explain it properly. I want to create a core on
> the master, and then have N slaves also (aka replicate) create
> those new core(s) on the slave servers, then of course, begin to
> replicate (yeah, got that part). There
I guess I didn't explain it properly. I want to create a core on
the master, and then have N slaves also (aka replicate) create
those new core(s) on the slave servers, then of course, begin to
replicate (yeah, got that part). There doesn't appear to be
anything today that does this, it's unclear ho
On Tue, Apr 27, 2010 at 9:56 PM, Chris Hostetter
wrote:
> but as i understand the new cloud stuff (by which i mean: i don't
> understand the new cloud stuff, but i've heard rumors) this will be
> possible with that functionality.
Yeah, that should be the goal.
The solrconfig.xml, etc, are stored
: If I create a new core on a Solr master, is there a way to instruct a
: Solr slave to replicate the new core?
replication is handled by a handler running inside the core, so the slave
has to have the core running beore it can start replicating.
but as i understand the new cloud stuff (by whic
If I create a new core on a Solr master, is there a way to instruct a
Solr slave to replicate the new core?