Hi there, I have solr configured with 2 cores, "live" and "standby". "Live" is used to service search requests from our users. "Standby" is used to rebuild the index from scratch each night. Currently I have the postCommit hook setup to swap the two cores over as soon as the indexing on "standby" is complete.
It seems to work well on my development box, but I have not seen this approach discussed elsewhere so I was wondering if I was missing something here. Feedback gratefully received! Simon