Hello ,

I am using lucene 5.2 , in one scenario I need to index few docs , and if a
document is already indexed then update it.

If a situation comes where I just indexed a doc and now need to update it ,
but it adds 2 independent entries instead of updating the first one. This is
because unless I commit the index and re-create searcher I do not see latest
document.

Is there any way to achieve this ?

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-achieve-real-time-index-search-in-lucene-tp4248648.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to