Elasticsearch: Renew expired document (_ttl expired) -


i created index default ttl time x days. have documents, updated in persistent database (postgres, mysql or so). if document updated, must renew in elasticsearch. after document expired exception throws:

{    "error": "remotetransportexception[[es][inet[/127.0.0.1:9300]][indices:data/write/index]]; nested: mapperparsingexception[failed parse [_ttl]]; nested: alreadyexpiredexception[already expired [index]/[type]/[1] due expire @ [146901939600] , processed @ [1430247194395]]; ",    "status": 400 } 

any possibilities renew document if expired?


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -