Hi, I've got a situation where I need to reindex a core once a day. To do this I was thinking of having two cores, one 'live' and one 'staging'. The app is always serving 'live', but when the daily index happens it goes into 'staging', then staging is swapped into 'live'. I can see how to do this sort of thing over http, but I'm using an embedded solr setup via solrJ. Any suggestions on how to proceed? I could just have two solrServer's built from different coreContainers, and then swap the references when I'm ready, but I wonder if there is a better approach. Maybe grab a hold of the CoreAdminHandler?
Thanks, Kallin Nagelberg