Re: IndexWriter.commit with IndexReader.reopen

2008-03-17 Thread Michael McCandless
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

Re: IndexWriter.commit with IndexReader.reopen

2008-03-17 Thread Mark Miller
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

Re: IndexWriter.commit with IndexReader.reopen

2008-03-17 Thread Michael McCandless
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

IndexWriter.commit with IndexReader.reopen

2008-03-17 Thread markrmiller
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

IndexWriter.commit with IndexReader.reopen

2008-03-17 Thread Mark Miller
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