Hi List

I have a Solr cluster set up in a master/slave configuration where the
master acts as an indexing node and the slaves serve user requests.

To avoid accidental posts of new documents to the slaves, I have disabled
the update handlers.

However, I use an externalFileField. When the file is updated, I need to
issue a commit to reload the new file. This requires an update handler. Is
there an update handler that doesn't accept new documents, but will effect
a commit?

Thanks,
/Martin

Reply via email to