Start elasticsearch server on intellij idea

Are there any docs how to do this.

I tried to run org.elasticsearch.bootstrap.Elasticsearch but couldn't get too far.

I don't think you can do that easily. Have a look at

thank you . I ended up attaching debugger on port 8000 remotely.

Attaching a debugger is the supported way of doing what you want. Glad you found it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.