Re: Include JSON facet inside Solr Streaming

2017-07-01 Thread Zheng Lin Edwin Yeo
Ok,thank you. Regards, Edwin On 2 July 2017 at 08:41, Susheel Kumar wrote: > Yes. In general, any expression can be nested inside other expressions or > stream sources. > > On Sat, Jul 1, 2017 at 1:43 AM, Zheng Lin Edwin Yeo > wrote: > > > Is it possible to do a Join (Eg: hashJoin, innerJoin)

Re: Include JSON facet inside Solr Streaming

2017-07-01 Thread Susheel Kumar
Yes. In general, any expression can be nested inside other expressions or stream sources. On Sat, Jul 1, 2017 at 1:43 AM, Zheng Lin Edwin Yeo wrote: > Is it possible to do a Join (Eg: hashJoin, innerJoin) on the facet stream > expression? > > Regards, > Edwin > > On 1 July 2017 at 03:30, Susheel

Re: Include JSON facet inside Solr Streaming

2017-06-30 Thread Zheng Lin Edwin Yeo
Is it possible to do a Join (Eg: hashJoin, innerJoin) on the facet stream expression? Regards, Edwin On 1 July 2017 at 03:30, Susheel Kumar wrote: > I doubt it can work. Why not utilise facet stream expression which use > JSON facet under the cover. > > On Thu, Jun 29, 2017 at 9:44 PM, Zheng L

Re: Include JSON facet inside Solr Streaming

2017-06-30 Thread Susheel Kumar
I doubt it can work. Why not utilise facet stream expression which use JSON facet under the cover. On Thu, Jun 29, 2017 at 9:44 PM, Zheng Lin Edwin Yeo wrote: > Hi, > > Is it currently possible to include JSON facet inside Solr Streaming? > > I am trying out with the following query, which comb