[jira] [Commented] (SOLR-10187) Solr streaming expression for cluster

2017-02-21 Thread Arun Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-10187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877643#comment-15877643
 ] 

Arun Kumar commented on SOLR-10187:
---

Thanks Amrit. Waiting for SOLR-9955.
For Facet, we need to use along with highlight component - so seeking support 
for highlighting as well in streaming expression. The existing facet stream is 
not supporting facet range.

> Solr streaming expression for cluster
> -
>
> Key: SOLR-10187
> URL: https://issues.apache.org/jira/browse/SOLR-10187
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: contrib - Clustering
>Affects Versions: 6.3
>Reporter: Arun Kumar
>  Labels: features
>
> The solr streaming expression is fast enough to handle multiple queries but 
> most of the use cases are not just select queries. Rather they are combined 
> with either clustering query or facet query. It would be nice to have the 
> streaming expression support clustering and facet query so that we can make 
> use of the worker nodes for such queries. There wont be any aggregation here 
> just including the clusters and facets in the response



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-10187) Solr streaming expression for cluster

2017-02-21 Thread Amrit Sarkar (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-10187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877622#comment-15877622
 ] 

Amrit Sarkar commented on SOLR-10187:
-

Arun,

Facet stream is already there: [facet 
source|https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions#StreamingExpressions-facet].
 You can wrap it up in the parallel stream to send over the queries to the 
worker nodes.

While Cluster stream is work in progress: SOLR-9955.

> Solr streaming expression for cluster
> -
>
> Key: SOLR-10187
> URL: https://issues.apache.org/jira/browse/SOLR-10187
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: contrib - Clustering
>Affects Versions: 6.3
>Reporter: Arun Kumar
>  Labels: features
>
> The solr streaming expression is fast enough to handle multiple queries but 
> most of the use cases are not just select queries. Rather they are combined 
> with either clustering query or facet query. It would be nice to have the 
> streaming expression support clustering and facet query so that we can make 
> use of the worker nodes for such queries. There wont be any aggregation here 
> just including the clusters and facets in the response



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org