Re: is TTL config change in 1.2 ?

2014-07-05 Thread seb
sorry typo: enable vs enabled On Saturday, July 5, 2014 5:59:31 PM UTC+2, seb wrote: > > Hi > > I used to create index with a TTL like this > > curl -X POST http://localhost:9200/index_test -d '{ > "mappings":{ > "document":{ > "_ttl":{ > "enable":true > }, > "prope

is TTL config change in 1.2 ?

2014-07-05 Thread seb
Hi I used to create index with a TTL like this curl -X POST http://localhost:9200/index_test -d '{ "mappings":{ "document":{ "_ttl":{ "enable":true }, "properties":{ "text":{ "type":"string" } } } }, "settings":{ "number_