Thanks for reporting this Vish, this is a bug indeed. I was able to dig a
bit into why your test fails with delete+add but not with updateDocument
and opened https://issues.apache.org/jira/browse/LUCENE-8466 with some more
context.
Le lun. 27 août 2018 à 07:45, a écrit :
> Hi Lucene Developer co
Hi Lucene Developer community,
I may have hit a Lucene issue and I would like clarification if this is
indeed a bug.
Steps:
1. Enable index sorting for the index
2. Add document with id=1 and yVal=Long.MaxValue
3. Delete document with id, followed by add document with same id with
yVal=45.
4. Flu