Hi, sorry for the somewhat inane question:

I setup replication request handler on the master however I'm not
seeing any replicatable indexes via
http://localhost:8080/solr/main/replication?command=indexversion
Queries such as *:* yield results on the master (so I assume the
commit worked).  The replication console shows an index, so not sure
what's going on.  Here's the request handler XML on the master:

<requestHandler name="/replication" class="solr.ReplicationHandler" >
    <lst name="master">
       <str name="enable">true</str>
       <!--Replicate on 'optimize'. Other values can be 'commit',
'startup'. It is possible to have multiple entries o$
       <str name="replicateAfter">commit,optimize</str>

       <!--Create a backup after 'optimize'. Other values can be
'commit', 'startup'. It is possible to have multiple $
       <!-- <str name="backupAfter">optimize</str> -->

       <!--If configuration files need to be replicated give the names
here, separated by comma -->
       <str 
name="confFiles">schema.xml,synonyms.txt,stopwords.txt,elevate.xml</str>
       <!--The default value of reservation is 10 secs.See the
documentation below . Normally , you should not need to$
       <str name="commitReserveDuration">00:10:00</str>
    </lst>
  </requestHandler>

Reply via email to