Re: Response to the first HTTP request in a TCP session takes much longer with Solr 9.x compared to previous versions of Solr

2024-10-31 Thread Corrado Fiore
Hi, we observed something similar a couple of weeks ago. When requests were being originated not from the same private subnet as Solr’s but from a Kubernetes pod, latency would spike to ~500 msec instead of the usual 2-3 msec. In our case the culprit turned out to be the Java security manag

Realtime Get handler returns "doc":null

2024-09-18 Thread Corrado Fiore
${solr.ulog.dir:} name="numVersionBuckets">${solr.ulog.numVersionBuckets:65536} 4. The request handler is configured as follows in solrconfig.xml: true ___ What am I doing wrong? Thanks in advance. Regards, Corrado Fiore

Querying the MinHash Parser with large documents (hundreds of words)

2024-08-26 Thread Corrado Fiore
Dear All, I am using Solr to index job postings. Each document in my collection is approximately 500 to 1500 words long and the collection holds ~3 million documents. Several documents in the collection are near duplicates (5-10 different words out of a thousand) and I wish to identify and

Re: First request per TCP/IP connection takes around 5 seconds

2025-01-19 Thread Corrado Fiore
Hi, this behaviour might be induced by the Java Security Manager. See these earlier threads: https://lists.apache.org/thread/mwfn6537mg0r8o8bl558ox861wpggrt2 https://lists.apache.org/thread/mwfn6537mg0r8o8bl558ox861wpggrt2 Kind regards, Corrado On 18 Jan 2025, at 21:21, Yaşar Arabacı wrote

Re: Solr upgrade from 8.11 to 9.x (latest if possible)

2025-03-19 Thread Corrado Fiore
Dear All, On 19 Mar 2025, at 11:08, Jan Høydahl wrote: Normally we recommend not to "upgrade" your existing nodes on a major upgrade, but instead stand up a clean new 9.x cluster/server and do a full re-index. I second that. We did a similar upgrade recently (from a stand-alone 8.5.2 to So