You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2017/03/07 19:48:37 UTC

[jira] [Commented] (SOLR-10200) Streaming Expressions should work in non-SolrCloud mode

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

Joel Bernstein commented on SOLR-10200:
---------------------------------------

I'm currently considering the best options for testing the shards parameters. The next patch will include tests for the SignificantTermsStream with the shards parameter.

Once the test plan is worked out then this approach can be replicated for all the stream sources.

> Streaming Expressions should work in non-SolrCloud mode
> -------------------------------------------------------
>
>                 Key: SOLR-10200
>                 URL: https://issues.apache.org/jira/browse/SOLR-10200
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>         Attachments: SOLR-10200.patch
>
>
> Currently Streaming Expressions select shards using an internal ZooKeeper client. This ticket will allow stream sources to except a *shards* parameter so that non-SolrCloud deployments can set the shards manually.
> The shards parameters will be added as http parameters in the following format:
> collectionA.shards=url1,url1,...&collectionB.shards=url1,url2...
> The /stream handler will then add the shards to the StreamContext so all stream sources can check to see if their collection has the shards set manually.



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

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