Hi, I try deleting the document from the Index like below.It is working in case of Lucene 3.6.But document is not getting deleted for Lucene 4.3
Term term = new Term("path", value);
mWriter.deleteDocuments(term);
mWriter.commit();
Please kindly help..
--
Thanks and Regards
Vignesh Srinivasan
