|
Running an Hibernate Search style Query when backed by OGM doesn't work as expected. We have an option to specify the loading strategy, and the default is not compatible with OGM so the user has to override it using the DSL on each and every query to not have it throw an exception.
Very annoying, essentially I'd not consider the integration "working" until this is done.
See any unit test using Hibernate Search: user code is polluted with workarounds.
|