nicolashery/mac-dev-setup

Running ElasticSearch in Foreground

Closed this issue · 1 comments

Under ElasticSearch, this statement is no longer valid:

Start a local elasticsearch server with:

$ elasticsearch -f
(The -f option tells it to run in the foreground, so you can stop it with Ctrl+C.)

Per elasticsearch documentation, looks like the -f switch is no longer needed to run in the foreground.

Submitted pull request to update readme.md