You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Kamal Kishore Aggarwal <kk...@gmail.com> on 2014/07/03 08:38:23 UTC

Error in replication eff files

Dear Team,


I am working on external file field. But, I does not know the configuration
of how to replicate the EFF files.

This is master replication configuration:

core/conf/solrconfig.xml

<requestHandler name="/replication" class="solr.ReplicationHandler" >
    <lst name="master">
        <str name="replicateAfter">commit</str>
        <str name="replicateAfter">startup</str>
        <str name="confFiles">../data/external_eff_views</str>
    </lst>
</requestHandler>

The eff file is present at core/data/external_eff_views location.

Thanks & Regards
Kamal Kishore