Can someone shed light on this, I've followed the example here:
...However, the syntax cannot possibly work. It results in syntax errors similar to below image. (Needless to say this does not compile)
I've attempted to escape the quotes, but the resulting elastic
query does not work with below exception:
The thing is, other examples I've found are using the similar format and of course don't work: Spring Data elasticsearch @Query annotation for nested objects
Any ideas?