Need help in integrating Elastic Search 7 with Play 2.8

Hello, I am trying to shift my project data to ElasticSearch using play framework but I am not able to find an updated guide or tutorial on this matter. Looking forward to any help i could get.

Elasticsearch has a rest api. So you can just call that api from application to retrieve data.