Thanks Ishan for your inputs. Will explore stats component. On Thu, Jan 27, 2022 at 8:35 PM Ishan Chattopadhyaya < [email protected]> wrote:
> > Is there any way to use stats functions to get the quantile of a field on > runtime > https://solr.apache.org/guide/8_11/the-stats-component.html > > On Thu, Jan 27, 2022 at 10:35 AM govind nitk <[email protected]> > wrote: > > > Hello All, > > > > Can I get to listen whether it's possible or not ? > > Am I asking something about computationally expensive operations ? > > > > > > On Thu, Jan 20, 2022 at 7:03 AM govind nitk <[email protected]> > wrote: > > > > > 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 ? > > > > > > > > >
