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
Post a Comment