Re: using multiple level facets in streaming expressions

2022-09-07 Thread Shankar R
Thanks Joel.Any sample will help to try out. Regards Ravi On Wed, 7 Sep, 2022, 19:30 Joel Bernstein, wrote: > You could upack the tree from the fields in the tuples but that would be > extra work. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Wed, Sep 7, 2022 at 2:51 AM Shankar R

Re: using multiple level facets in streaming expressions

2022-09-07 Thread Joel Bernstein
You could upack the tree from the fields in the tuples but that would be extra work. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Sep 7, 2022 at 2:51 AM Shankar R wrote: > Thanks a lot Joel. if we need hierarchical facets then we cannot use > streaming expressions right? > > Regards >

Re: using multiple level facets in streaming expressions

2022-09-06 Thread Shankar R
Thanks a lot Joel. if we need hierarchical facets then we cannot use streaming expressions right? Regards Ravi On Tue, Sep 6, 2022 at 8:32 PM Joel Bernstein wrote: > It sounds like you're looking for hierarchical output of facets. Streaming > Expressions flattens the hierarchy like a mulit-dime

Re: using multiple level facets in streaming expressions

2022-09-06 Thread Joel Bernstein
It sounds like you're looking for hierarchical output of facets. Streaming Expressions flattens the hierarchy like a mulit-dimension SQL group by does, so there isn't currently support for having the facet tree result. This decision was made because most visualization tools work with SQL style mult

Re: using multiple level facets in streaming expressions

2022-09-06 Thread t sornin
Joel send me this a while back: https://issues.apache.org/jira/browse/SOLR-9103 You can write your own plugin to make the multiple facet stream tuples nested as required. Mathew On Tue, Sep 6, 2022, 6:09 AM Shankar R wrote: > Hi Joel, > I am looking for nested faceted queries supported by JSO

Re: using multiple level facets in streaming expressions

2022-09-06 Thread Shankar R
Hi Joel, I am looking for nested faceted queries supported by JSON Facet API as part of streaming expressions. The above link I already checked. sth like this facet : child_facet: grand_child_facet: On Tue, Sep 6, 2022 at 3:36 PM Shankar R wrote: > Thanks Joe

Re: using multiple level facets in streaming expressions

2022-09-06 Thread Shankar R
Thanks Joel. I am looking for nested faceted queries supported by JSON Facet API. The above link I already checked. sth like this facet : child_facet: grand_child_facet: Regards Ravi On Tue, Sep 6, 2022 at 2:45 AM Joel Bernstein wrote: > There is an example

Re: using multiple level facets in streaming expressions

2022-09-05 Thread Joel Bernstein
The visual guide to streaming expressions and math expressions is here: https://solr.apache.org/guide/8_9/math-expressions.html Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Sep 5, 2022 at 5:14 PM Joel Bernstein wrote: > > There is an example here: > > https://solr.apache.org/guide/8_

Re: using multiple level facets in streaming expressions

2022-09-05 Thread Joel Bernstein
There is an example here: https://solr.apache.org/guide/8_9/search-sample.html#facet And also here: https://solr.apache.org/guide/8_9/search-sample.html#facet2d Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Sep 5, 2022 at 11:07 AM Shankar R wrote: > Hi, > Is it possible to use mult

using multiple level facets in streaming expressions

2022-09-05 Thread Shankar R
Hi, Is it possible to use mult-level facet queries in streaming expressions. Any sample will help. Regards Ravi