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 <dot...@gmail.com> --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org