setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
So I think I ought to be able to set up a particular solr core to use a different file for solrconfig.xml. (The reason I want to do this is so I can have master and slave in replication have the exact same repo checkout for their conf directory, but have the master using a different

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Ahmet Arslan
(The reason I want to do this is so I can have master and slave in replication have the exact same repo checkout for their conf directory, but have the master using a different solrconfig.xml, one set up to be master.) How about using same solrconfig.xml for master too? As described here:

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
On 2/28/2011 1:09 PM, Ahmet Arslan wrote: (The reason I want to do this is so I can have master and slave in replication have the exact same repo checkout for their conf directory, but have the master using a different solrconfig.xml, one set up to be master.) How about using same

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
Okay, I did manage to find a clue from the log that it's not working, when it's not working: INFO: Jk running ID=0 time=0/66 config=null config=null, that's not right. When I try to over-ride the config file name in solr.xml core config, I can't seem to put a name in there that works to

RE: setting different solrconfig.xml for a core

2011-02-28 Thread Dyer, James
: Monday, February 28, 2011 2:03 PM To: solr-user@lucene.apache.org Subject: Re: setting different solrconfig.xml for a core Okay, I did manage to find a clue from the log that it's not working, when it's not working: INFO: Jk running ID=0 time=0/66 config=null config=null, that's not right. When

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Monday, February 28, 2011 2:03 PM To: solr-user@lucene.apache.org Subject: Re: setting different solrconfig.xml for a core Okay, I did manage to find a clue from the log that it's not working, when it's not working: INFO: Jk

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Monday, February 28, 2011 2:03 PM To: solr-user@lucene.apache.org Subject: Re: setting different solrconfig.xml for a core Okay, I did manage to find a clue from the log that it's not working, when it's not working: INFO: Jk running ID=0 time=0/66

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
, February 28, 2011 2:03 PM To: solr-user@lucene.apache.org Subject: Re: setting different solrconfig.xml for a core Okay, I did manage to find a clue from the log that it's not working, when it's not working: INFO: Jk running ID=0 time=0/66 config=null config=null, that's not right. When I try

RE: setting different solrconfig.xml for a core

2011-02-28 Thread Dyer, James
@lucene.apache.org Subject: Re: setting different solrconfig.xml for a core And in other news of other possibilities. If I DID want to use the same solrconfig.xml for both master and slave, but disable the newsearcher/firstsearcher queries on master, it _looks_ like I can use the techique here

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
: Monday, February 28, 2011 2:03 PM To: solr-user@lucene.apache.org Subject: Re: setting different solrconfig.xml for a core Okay, I did manage to find a clue from the log that it's not working, when it's not working: INFO: Jk running ID=0 time=0/66 config=null config=null, that's not right. When I