Re: About delete document issue in Lucene 6.3.0

2017-06-21 Thread Adrien Grand
There is no related bug that I know of. Can you show us how the deletion is performed and how you checked that the document still exists in the index? Le mer. 21 juin 2017 à 02:14, Reno Rayan a écrit : > Hi, > > One of our customer is using our product that is built on Lucene 6.3.0. His > usage

About delete document issue in Lucene 6.3.0

2017-06-20 Thread Reno Rayan
Hi, One of our customer is using our product that is built on Lucene 6.3.0. His usage is such that there are add/update/delete document operations on an Lucene index. He was able to perform this operations without any issues. But today he complains that a delete operation is not working. There is