Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-07-05 Thread Zheng Lin Edwin Yeo
Thanks for your help, Joel and Susheel. Regards, Edwin On 6 July 2017 at 05:49, Susheel Kumar wrote: > Hello Joel, > > Opened the ticket > > https://issues.apache.org/jira/browse/SOLR-11017 > > Thanks, > Susheel > > On Wed, Jul 5, 2017 at 2:46 PM, Joel Bernstein wrote: > > > There are a number

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-07-05 Thread Susheel Kumar
Hello Joel, Opened the ticket https://issues.apache.org/jira/browse/SOLR-11017 Thanks, Susheel On Wed, Jul 5, 2017 at 2:46 PM, Joel Bernstein wrote: > There are a number of functions that are currently being held up because of > conflicting duplicate function names. We haven't come to an agre

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-07-05 Thread Joel Bernstein
There are a number of functions that are currently being held up because of conflicting duplicate function names. We haven't come to an agreement yet on the best way forward for this yet. I think we should open a separate ticket to discuss how best to handle this issue. Joel Bernstein http://joel

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-07-05 Thread Susheel Kumar
Does "uniq" expression sounds good to use for UniqueMetric class? Thanks, Susheel On Tue, Jul 4, 2017 at 5:45 PM, Susheel Kumar wrote: > Hello Joel, > > I tried to create a patch to add UniqueMetric and it works, but soon > realized, we have UniqueStream as well and can't load both of them (lik

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-07-04 Thread Susheel Kumar
Hello Joel, I tried to create a patch to add UniqueMetric and it works, but soon realized, we have UniqueStream as well and can't load both of them (like below) when required, since both uses "unique" keyword. Any advice how we can handle this. Come up with different keyword for UniqueMetric or

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-07-01 Thread Zheng Lin Edwin Yeo
Will try to do it if I have the time. Regards, Edwin On 30 June 2017 at 01:23, Erick Erickson wrote: > Can you work up a patch if it's a priority for you? > > Best, > Erick > > On Thu, Jun 29, 2017 at 8:51 AM, Zheng Lin Edwin Yeo > wrote: > > Hi Joel, > > > > Thanks for your reply. > > > > Hop

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-06-29 Thread Erick Erickson
Can you work up a patch if it's a priority for you? Best, Erick On Thu, Jun 29, 2017 at 8:51 AM, Zheng Lin Edwin Yeo wrote: > Hi Joel, > > Thanks for your reply. > > Hopefully we can see it in the new version soon, as it will be helpful for > the project which we are working on. > > Regards, > E

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-06-29 Thread Zheng Lin Edwin Yeo
Hi Joel, Thanks for your reply. Hopefully we can see it in the new version soon, as it will be helpful for the project which we are working on. Regards, Edwin On 29 June 2017 at 21:32, Joel Bernstein wrote: > This is mainly due to focus on other things. It would great to support all > the ag

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-06-29 Thread Joel Bernstein
This is mainly due to focus on other things. It would great to support all the aggregate functions in facet, rollup and timeseries expressions. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jun 29, 2017 at 8:23 AM, Zheng Lin Edwin Yeo wrote: > Hi, > > We are working on the Solr Streaming