RE: Solr 8.6.2 - single query on 2 cores ?

2021-05-02 Thread ufuk yılmaz
Hi, can you try like this: /solr/live/stream?expr=leftOuterJoin(search(archive, q="posting_id:41009261", qt="/select", fl="posting_id", sort="posting_id asc"),search(live, q="posting_id:41009261", qt="/select", fl="posting_id", sort="posting_id asc"),on="posting_id") Also don’t forget to urlen

Re: Solr 8.6.2 - single query on 2 cores ?

2021-05-02 Thread Anuj Bhargava
Hi, Got the following message - { "result-set":{ "docs":[{ "EXCEPTION":"java.util.concurrent.TimeoutException: Could not connect to ZooKeeper null within 15000 ms", "EOF":true, "RESPONSE_TIME":15512}]}} Regards, Anuj On Sun, 2 May 2021 at 16:36, ufuk yılmaz wrote

Re: [VOTE] Solr Operator Logo

2021-05-02 Thread David Smiley
L-3 I-3 They are all pretty good so I'll just pick my favorite. I'm not sure if there's a possible trademark issue with including another project's logo (k8s) inside Solr so I like that L-3 merely chooses the navigation wheel aspect. It also reads clearly as an "o" for Solr. (Binding vote) ~ Da

RE: Solr 8.6.2 - single query on 2 cores ?

2021-05-02 Thread ufuk yılmaz
My quess is that it’s not related to streaming expression. Are you running solr in cloud mode? Any problems with your zookeeper? Can you run the expression in solr admin ui? Select any collection and choose stream from the left Can you run this very simple expression: echo("Hello World") Sen

Re: Solr 8.6.2 - single query on 2 cores ?

2021-05-02 Thread Anuj Bhargava
We are not running in cloud mode. There is no Stream on the left. *Logout admin* *Dashboard* *Logging* *Core Admin* *Java Properties* *Thread Dump* *Overview* *Analysis* *Dataimport* *Documents* *Files* *Ping* *Plugins / Stats* *Query* *Replication* *Schema* *Segments info* Regards, ANuj On M