Ah, yes, with SolrCloud... configuration files are kept in Zookeeper:
http://wiki.apache.org/solr/SolrCloud#Getting_your_Configuration_Files_into_ZooKeeper
And, yes, EFF reads from the index directory.
Maybe you could have a custom handler/component that simply copied the EFF
file(s) from "conf" to the index dir.
-- Jack Krupansky
-----Original Message-----
From: lboutros
Sent: Saturday, March 16, 2013 7:05 PM
To: solr-user@lucene.apache.org
Subject: Re: Mark document as hidden
Hi Jack,
the external files involved in External File Fields are not stored in the
configuration directory and cannot be replicated this way, furthermore in
Solr Cloud, additional files are not replicated anymore.
There is something like that in the code:
/ if (confFileNameAlias.size() < 1 ||
core.getCoreDescriptor().getCoreContainer().isZooKeeperAware())
*return;*
LOG.debug("Adding config files to list: " + includeConfFiles);
//if configuration files need to be included get their details
rsp.add(CONF_FILES, getConfFileInfoFromCache(confFileNameAlias,
confFileInfoCache));/
Am I wrong ?
Ludovic.
-----
Jouve
France.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Mark-document-as-hidden-tp4045756p4048128.html
Sent from the Solr - User mailing list archive at Nabble.com.