I startup elasticsearch via XML configuration like this:
<elasticsearch:node-client id="client" local="true"/>
Now I need more control on configuration e.g. setting the index files location. How can I achieve this? Can I pass parameter somehow or do I need to specify a config-file location using environment property -Des.config=
?