RE: Handling a closed IndexWriter in Solr

2013-03-13 Thread Dyer, James
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

Handling a closed IndexWriter in Solr

2013-03-13 Thread Danzig, Scott
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(