The index is created on the local file directory and not on the elasticsearch server.
I created a new spring boot project that for databased used spring-data along with hibernate search - https://github.com/dhananjay12/spring-data/tree/master/es-hibernate-search-seperate
Its a simple CRUD operation. I am using mysql as backend and elasticsearch-5.6.3. The elasticsearch is running on the default configurations
The data is getting saved in mysql but the index is not created on the elasticsearch server. It is getting created in a file where I am running the project