Folks:
I have two instances of solr running one on the master (U) and the other on
the slave (Q). Q is used for queries only, while U is where updates/deletes
are done. I am running on Windows so unfortunately I cannot use the
distribution scripts.
Every N hours when changes are committed and the index on U is updated, I
want to copy the files from the master to the slave. Do I need to halt
the solr server on Q while the index is being updated? If not, how do I
copy the files into the data folder while the server is running? Any
pointers would be greatly appreciated!
Thanks!
- Bill