We have situation when lucene index is replicated over network. And on that 
machine reader reopen doesn't make new documents visible to a search.

As far as I know IndexReader.reopen() call does work only if changes are 
applied using the linked IndexWriter. My question is: how can I implement 
efficient index reopen (only new segments should be read) when index is changed 
externally?
---
Denis Bazhenov <[email protected]>






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to