Handling a closed IndexWriter in Solr
Importance: Low
Hey all,
We're using a Solr 4 core to handle our article data. When someone in our CMS
publishes an article, we have a listener that indexes it straight to solr. We
use the previously instantiated HttpSolrServer, build the solr documen
Hey all,
We're using a Solr 4 core to handle our article data. When someone in our CMS
publishes an article, we have a listener that indexes it straight to solr. We
use the previously instantiated HttpSolrServer, build the solr document, add it
with server.add(doc) .. then do a server.commit(