[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15606705#comment-15606705 ] Timothy Potter commented on SOLR-9691: -- bonus play! thanks Joel, that works great > Streaming

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15606547#comment-15606547 ] Joel Bernstein commented on SOLR-9691: -- By the way you can avoid the sort function if you sort the

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15606254#comment-15606254 ] Joel Bernstein commented on SOLR-9691: -- Yes let's keep this open. I believe the root cause of the bug

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15606175#comment-15606175 ] Timothy Potter commented on SOLR-9691: -- oh snap! that worked beautifully ~ thanks guys! should we keep

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15606069#comment-15606069 ] Joel Bernstein commented on SOLR-9691: -- Just wrap the facet expression in a select function. >

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15606062#comment-15606062 ] Joel Bernstein commented on SOLR-9691: -- As a work around you should be able to use the select()

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605874#comment-15605874 ] Timothy Potter commented on SOLR-9691: -- yes, the Tuple has count(*) as a key in the map ... update:

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605723#comment-15605723 ] Joel Bernstein commented on SOLR-9691: -- Once the metric is computed it should be able to be used like

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605650#comment-15605650 ] Dennis Gove commented on SOLR-9691: --- Seems to throw on

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605628#comment-15605628 ] Timothy Potter commented on SOLR-9691: -- NPE results: {code} 2016-10-25 15:35:14.737 ERROR

[jira] [Commented] (SOLR-9691) Streaming expressions need to be able to use a metric computed by the facet stream as a field in other streams.

2016-10-25 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605474#comment-15605474 ] Dennis Gove commented on SOLR-9691: --- I suspect it's seeing count(\*) and considering it an expression