Closed
Description
It would be cool if elasticsearch querys can be used @query using Spring Expression Language, similar like spring-data-jpa uses on its @query annotated methods, this to be able to reduce the amount of params when the conditional keywords are scalating quickly.
see SpEL with @Query in spring data elasticsearch in StackOverflow