Hi there,
We have a load balanced server with three instances: Instance 1 and 2 serve the frontend while instance 3 is a dedicated machine for the backend. With the old index this caused some issues as we couldn't automatically sync index files between the two machines because of locks. So we excluded the index folder from the file sync and built a custom module to execute an index rebuild request against all participating servers.
How would this work with the new index? Does this work out of the box? If not, can I follow a similar pattern to updated the indexes, and what would be the URL to trigger a rebuild?
Thanks,
Imar