My documents have an "expiration_datetime" field that holds the expiration datetime of the document.
I use a filter query to exclude expired documents from my query results. Is it a good idea to periodically go through the index and remove expired documents from it? If so what is the best way to do that? Any example code would be appreciated.