Solr Data Import | inconsistent output

2023-02-27 Thread HariBabu kuruva
Hi All, Our Developers have initiated data import. And it shows different outputs on each refresh. One time it shows as Data import is completed and the other time it says in progress. Screenshots below. Please help. [image: image.png] [image: image.png] -- Thanks and Regards, Hari Mobile:9

Solr Connection Pool

2023-02-27 Thread Paul Ryder
Hi All Solr 8.1.1 - Java 8 - 1 master 2 slaves - been running fine for months Getting a java illegal state error "Connection Pool shutdown" on both Solr slaves - was also showing "Invalid Master" on replication screens on both slaves Restarted slaves, all back ok Is this a system resource that

RE: Cores renamed

2023-02-27 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
This has happened yet again. Does anyone yet have any input on the idea of using the Leader's collection name in Leader/Follower replication (or pre-Solr8.7 Master/Slave replication), rather than the core name? -Original Message- From: Oakley, Craig (NIH/NLM/NCBI) [C] Sent: Thursday,

Re: Cores renamed

2023-02-27 Thread Shawn Heisey
On 2/27/23 09:03, Oakley, Craig (NIH/NLM/NCBI) [C] wrote: This has happened yet again. Does anyone yet have any input on the idea of using the Leader's collection name in Leader/Follower replication (or pre-Solr8.7 Master/Slave replication), rather than the core name? If you're in cloud mode

Neural search in production

2023-02-27 Thread Bruno Osiek
Hi, We intend to use Solr neural search in production. Is anyone aware of who is using this functionality and can share how it is performing and, maybe, a few lessons learned? Thanks -- []s, B.

Reversed leftOuterJoin on clause returns incorrect results

2023-02-27 Thread Geren White
Hello, When testing out joins in solr streams we noticed that when the on clause is reversed the results are incorrect and the join will return as if everything matched. For example if you have steamA and streamB with the following tuples: streamA: { item_id_1: "123", item_id_2: "456" } str

Re: Number of Collections in a SolrCloud

2023-02-27 Thread Natarajan, Rajeswari
HI Brain and everyone, How many solr nodes per solrcloud you have to support 1000 collections , replication factor and memory allotted. In the mailing list several times the max limit of solr collections on solrcloud was discussed. Interested in the specifics and also I assume this is in prod

Re: Reversed leftOuterJoin on clause returns incorrect results

2023-02-27 Thread t sornin
Your join key is reversed. It should be "on=item_id_2=item_id" which only returns the left stream (first stream param for leftOuterJoin) since there is no match. Hope this helps. Mathew On Mon, Feb 27, 2023, 4:25 PM Geren White wrote: > Hello, > > When testing out joins in solr streams we not

Re: About Using Hadoop in SolrCloud

2023-02-27 Thread David Smiley
Yes; this was shocking to me at first because the implications are big and it's almost a secret. Ideally the ref guide would scream this loudly; users today care *way* more about S3 than HDFS. The "HDFS" Solr module uses the HDFS client API which has a pluggable back-end, and thus you can have it

Re: Return field aliasing for id field does not work

2023-02-27 Thread Rajani Maski
Thank you, appreciate it. I will follow along on the jira for a solution and workaround if any. Can I create a jira account myself? On Sat, Feb 25, 2023 at 7:36 AM Mikhail Khludnev wrote: > Hello, Rajani. > I've got the point. I filled > https://issues.apache.org/jira/browse/SOLR-16681 > Do you