As discussed on the forums, if the IndexWriter isn't committed, even newly opened IndexReaders won't benefit from the optimisation until the first commit happens. https://forum.hibernate.org/viewtopic.php?f=9&t=1036666
The solution is easy, but this requires a proper integration test.
|