AddNewDocs
Close IndexWriter
ReopenReader
SeeNewDocs
Of course if I do use close instead of commit in both places, it
works as
expected. Something going on here or am i getting too much
arsenic in my
diet?
--
View this message in context: http://www.nabble.com/
IndexWriter.commit-with
Of course if I do use close instead of commit in both places, it
works as
expected. Something going on here or am i getting too much arsenic in my
diet?
--
View this message in context:
http://www.nabble.com/IndexWriter.commit-with-IndexReader.reopen-tp16092586p16092586.html
Sent from the
i getting too much arsenic
in my
diet?
--
View this message in context: http://www.nabble.com/
IndexWriter.commit-with-IndexReader.reopen-tp16092586p16092586.html
Sent from the Lucene - Java Developer mailing list archive at
Nabble.com
close instead of commit in both places, it works as
expected. Something going on here or am i getting too much arsenic in my
diet?
--
View this message in context:
http://www.nabble.com/IndexWriter.commit-with-IndexReader.reopen-tp16092586p16092586.html
Sent from the Lucene - Java Developer mailing
I was playing around with LUCENE-831 last night and think I may have run
into a bug?
Can anyone verify that this should work?
Open IndexWriter
AddDocs
Commit IndexWriter
Open Reader
SeeDocs
AddNewDocs
Commit IndexWriter
ReopenReader
SeeNewDocs
I have not been able to SeeNewDocs. The IndexReade