Updating Solr Index when product data has changed
问题 We are working on implementing Solr on e-commerce site. The site is continuously updated with a new data, either by updates made in existing product information or add new product altogether. We are using it on asp.net mvc3 application with solrnet. We are facing issue with indexing. We are currently doing commit using following: private static ISolrOperations<ProductSolr> solrWorker; public void ProductIndex() { //Check connection instance invoked or not if (solrWorker == null) { Startup