spring-projects / spring-data-elasticsearch

Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-elasticsearch/
Apache License 2.0
2.9k stars 1.33k forks source link

Support for SQL. #2949

Closed youssef3wi closed 1 month ago

youssef3wi commented 1 month ago

Closes #2683

youssef3wi commented 1 month ago

I should add some test case to verify complex results such as SELECT SUM(views) FROM x.