Hi,

> If anyone is familiar with the matter on this board, could you comment on
> how ElasticSearch shards these files? Any thoughts would be appreciated.
> Thank you!
>

Each Elasticsearch index shard is in fact standalone Lucene index.

This means if you have [Elasticsearch] index split into five shards on a
single node then you will find five Lucene indices on your FS holding the
data belonging to that single [Elasticsearch] index.

HTH
Lukas

Reply via email to