Reputation: 1047
I had certain question regarding elasticsearch but unable to find appropriate answer:
How indexes are stored in Elasticsearch. At which folder location they are stored.
Is it possible to store at different location.
What does this mean " localhost:9200/path1/path2 "
On which algorithm indexing is done in elasticsearch.
Upvotes: 9
Views: 14936
Reputation: 9231
elasticsearch.yml
with the configuration option path.data
;To be fair, all of this is available in the documentation for elasticsearch.
Upvotes: 13