Hello to everyone, Question: Find a quantile for a field ( say price) as a pseudo field.
Workaround: Without pseudo field Once the docs are indexed, I can find min and max for a field and update all products with quantile computed. Issues: 1. Once a new update comes for any document, then this new field is computed by querying the index. Updates are 30+ per second and it's not scaling. Is there any way to use stats functions to get the quantile of a field on runtime ?