Sunday, 7 May 2017

How to Automatically update elasticsearch document?

I'm building a backend for a basic crud app. I have a model for a title document with a field "status" which can be either "ingested, expiring and expired". The logic for an expiring document is when the expiry date - current date is less than 30 days. How do i automatically update the document store when a the expiry date has elapsed?



via Nate

No comments:

Post a Comment