Can one change document expiry without change the document and index to run?
@ohassidi I don’t understand the question. You can set an expiry when you create the document (or update it). Alternatively, you can use the touch
command on the SDK to just update the expiry. But this has nothing to do with indexes?