Re: Replicating files containing external file fields

2013-07-02 Thread Arun Rangarajan
nal_1 > > Tor each file. > > (This is what Erick was referring to.) > > Sorry, I don't have the answer to the reload question at the tip of my > tongue. > > > -- Jack Krupansky > > -----Original Message- From: Arun Rangarajan > Sent: Friday, June 28,

Re: Replicating files containing external file fields

2013-06-28 Thread Jack Krupansky
to.) Sorry, I don't have the answer to the reload question at the tip of my tongue. -- Jack Krupansky -Original Message- From: Arun Rangarajan Sent: Friday, June 28, 2013 7:42 PM To: solr-user@lucene.apache.org Subject: Re: Replicating files containing external file fields Ja

Re: Replicating files containing external file fields

2013-06-28 Thread Arun Rangarajan
t; the file name. > > -- Jack Krupansky > > -Original Message- From: Arun Rangarajan > Sent: Friday, June 28, 2013 1:06 PM > To: solr-user@lucene.apache.org > Subject: Re: Replicating files containing external file fields > > > Erick, > Thx for your reply. The

Re: Replicating files containing external file fields

2013-06-28 Thread Jack Krupansky
Show us your directive. Maybe there is some subtle error in the file name. -- Jack Krupansky -Original Message- From: Arun Rangarajan Sent: Friday, June 28, 2013 1:06 PM To: solr-user@lucene.apache.org Subject: Re: Replicating files containing external file fields Erick, Thx for

Re: Replicating files containing external file fields

2013-06-28 Thread Arun Rangarajan
Erick, Thx for your reply. The external file field fields are already under specified in solrconfig.xml. They are not getting replicated. (Solr version 4.2.1.) On Thu, Jun 27, 2013 at 10:50 AM, Erick Erickson wrote: > Haven't tried this, but I _think_ you can use the > "confFiles" trick with re

Re: Replicating files containing external file fields

2013-06-27 Thread Erick Erickson
Haven't tried this, but I _think_ you can use the "confFiles" trick with relative paths, see: http://wiki.apache.org/solr/SolrReplication Or just put your EFF files in the data dir? Best Erick On Wed, Jun 26, 2013 at 9:01 PM, Arun Rangarajan wrote: > From https://wiki.apache.org/solr/SolrRepli

Replicating files containing external file fields

2013-06-26 Thread Arun Rangarajan
>From https://wiki.apache.org/solr/SolrReplication I understand that index dir and any files under the conf dir can be replicated to slaves. I want to know if there is any way the files under the data dir containing external file fields can be replicated. These are not replicated by default. Curren