Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
le.java", which seems to show that the StandardRequestHandler will honor it. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Monday, February 28, 2011 3:09 PM To: solr-user@lucene.apache.org Subject

RE: setting different solrconfig.xml for a core

2011-02-28 Thread Dyer, James
y 28, 2011 3:09 PM To: solr-user@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, i

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
config.xml". But I primed it by giving it its config file in-sync to start with. I ended up going the same-config-file-everywhere route though because we're using our master to handle requests when its not indexing (one less server to buy)... James Dyer E-Commerce Systems Ingram Conten

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
ing our master to handle requests when its not indexing (one less server to buy)... James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -----Original Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Monday, February 28, 2011 2:03 PM To: solr-user@lucene.apache.org Subjec

Re: setting different solrconfig.xml for a core

2011-02-28 Thread Jonathan Rochkind
h because we're using our master to handle requests when its not indexing (one less server to buy)... James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message----- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Monday, February 28, 2011 2:03 PM To:

RE: setting different solrconfig.xml for a core

2011-02-28 Thread Dyer, James
ems Ingram Content Group (615) 213-4311 -Original 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&

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 fin

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 solrconfig.xml

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: