Hello,
I want to rank my results based on a custom mathematical function, which should be calculated “on the fly” (basically, I want to derank older entries, with a logarithmic filter). What is the best way to do this without having to constantly refresh my index to periodically adjust the value as a fixed value? Is that even possible?