Re: writer.tryDeleteDocument(..) does not delete document

2012-10-31 Thread Michael McCandless
I opened https://issues.apache.org/jira/browse/LUCENE-4521 ... Mike McCandless http://blog.mikemccandless.com On Wed, Oct 31, 2012 at 12:10 PM, Michael McCandless wrote: > This looks like a real bug! Thanks for reporting it Ivan ... I'll > open an issue. > > Mike McCandless > > http://blog.mik

Re: writer.tryDeleteDocument(..) does not delete document

2012-10-31 Thread Michael McCandless
This looks like a real bug! Thanks for reporting it Ivan ... I'll open an issue. Mike McCandless http://blog.mikemccandless.com On Wed, Oct 31, 2012 at 11:41 AM, Ivan Vasilev wrote: > Hy Guys, > > I use as suggested in question "Lucene 4.0 delete by ID" from 29.Oct - > instead of reader.delete

writer.tryDeleteDocument(..) does not delete document

2012-10-31 Thread Ivan Vasilev
Hy Guys, I use as suggested in question "Lucene 4.0 delete by ID" from 29.Oct - instead of reader.delete(docID) use - writer.tryDeleteDocument(..) method but for some reason it does not work. My code is: IndexWriterConfig iwc = new IndexWriterConfig(Version.LUCENE