After a bit of research; I realized that if I am using EmbeddedSolrServer
then I need to also do a hard commit in the Searcher (which runs in a
separate jvm). So I tried that; but am getting a LockException. Looks like
the EmbeddedSolrServer locks the Solr index for writing & when I try to do a
commit in the searcher the LockException is thrown.

Is there any way around this?




--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-do-I-make-Soft-Commits-thru-EmbeddedSolrServer-visible-to-Searcher-tp4012776p4013769.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to