Re: Include JSON facet inside Solr Streaming

2017-07-01 Thread Zheng Lin Edwin Yeo
et under the cover. > > > > > > On Thu, Jun 29, 2017 at 9:44 PM, Zheng Lin Edwin Yeo < > > edwinye...@gmail.com > > > > > > > wrote: > > > > > > > Hi, > > > > > > > > Is it currently possible to include JS

Re: Include JSON facet inside Solr Streaming

2017-07-01 Thread Susheel Kumar
e: > > > > > Hi, > > > > > > Is it currently possible to include JSON facet inside Solr Streaming? > > > > > > I am trying out with the following query, which combines JSON facet > > > together with the hashJoin from Streaming, but we get the

Re: Include JSON facet inside Solr Streaming

2017-06-30 Thread Zheng Lin Edwin Yeo
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 combines JSON facet > > together with the hashJoin from Streaming,

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 followi

Include JSON facet inside Solr Streaming

2017-06-29 Thread Zheng Lin Edwin Yeo
Hi, Is it currently possible to include JSON facet inside Solr Streaming? I am trying out with the following query, which combines JSON facet together with the hashJoin from Streaming, but we get the error saying that is not a proper expression clause. If it is possible, what should be the