curl -XPOST 'localhost:9200/fragment/_close'
curl -XPUT 'localhost:9200/fragment/_settings?pretty' -H 'Content-Type: application/json' -d'
{
"index.store.preload": ["*"]
}
'
curl -XPOST 'localhost:9200/fragment/_open'
curl -XPUT 'localhost:9200/fragment/_settings?pretty' -H 'Content-Type: application/json' -d'
{
"index.store.preload": ["*"]
}
'
curl -XPOST 'localhost:9200/fragment/_open'