I'm working on eCommerce site which is based on ASP.NET MVC3. I've implement SolrNet 3.6 which is configured as two cores named 'core-indexing' and 'core-live'. 'core-indexing' for indexing data due to avoid down time.
Now I want to reload 'core-live' after indexing is complete for reflecting changes on live core.
So How can I do this? Is there any class or method for core's operations in SolrNet?