Where ES stores index mappings when it stops running?

Hi all,

I created index mappings by sending a Curl command to ES server.
However, when I stopped the server by sending kill -TERM, I could not
find the mapping stored in the ES directory: data, config. Where can I
find kind of data?

Thanks

Dinh

Its stored internally in the data directory.

On Monday, July 4, 2011 at 7:13 AM, pcdinh wrote:

Hi all,

I created index mappings by sending a Curl command to ES server.
However, when I stopped the server by sending kill -TERM, I could not
find the mapping stored in the ES directory: data, config. Where can I
find kind of data?

Thanks

Dinh