The setting introduced in https://hibernate.atlassian.net/browse/HSEARCH-4884 must be set per backend, which makes it hard for integrators to have it default to lucene9 for all backends: they must know the full list of backends in advance, and that’s not easy (some backends may only be referenced from a programmatic mapping…). We should provide another global, SPI setting to set this behavior. |