Re: Solr-9.5 | collection creation error

2024-04-17 Thread Jan Høydahl
Hi, Do you mind sharing the details with us? - Exactly how did you install Solr, and what is your ZK_HOST connection string? - Exactly how did you install ZK, and what is your zoo.cfg, on each of the three nodes. - Which command did you use to create the collection? - Does this happen every time

Solr 9.1.1 - Task queue processing

2024-04-17 Thread Stoyanov, Nikolay
Hello, I am using solr 9.1.1 in cloud mode with two replicas on different VMs. Lately we are experiencing issue with task queue processing. I have read about the other similar issues and tried the mentioned solutions but nothing managed to solve the issue. Could you please assist me with wha

Re: Solr-9.5 | collection creation error

2024-04-17 Thread HariBabu kuruva
Hi Jan, Thanks for the response. Please find the details below: *Exactly how did you install Solr, and what is your ZK_HOST connection string?:* I got the solr-9.5.0.tg.zip file from Solr website and unzipped it. ZK_HOST = "ZK_host1.corp.abc.com:3181,ZK_Host2.corp.abc.com:3182, ZK_Host3.corp.equ

Re: Solr 9.1.1 - Task queue processing

2024-04-17 Thread HariBabu kuruva
Hi, Can you please try increasing stalltime by adding the below parameter in the startup script. *-Dsolr.cloud.client.stallTime=6* Also try to analyze the indexing load on the solr nodes and see if you can reduce it. On Wed, Apr 17, 2024 at 1:58 PM Stoyanov, Nikolay wrote: > Hello, > I am

Re: Solr 9.1.1 - Task queue processing

2024-04-17 Thread Mikhail Khludnev
It might seem like a target node took more than 20 sec for commit. Since remaining elems are 0, it's worth checking the next side node logs for any errors and hiccups. On Wed, Apr 17, 2024 at 11:24 AM Stoyanov, Nikolay wrote: > Hello, > I am using solr 9.1.1 in cloud mode with two replicas on di

docValues true is not working for solr.TextField in Solr 8.9.0

2024-04-17 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 7 zoo keepers for Solr cloud. Our schema field is like             We are using sorting and faceting on both fi

Re: Problem with word separators?

2024-04-17 Thread Carsten Klement
Hello, doesn't anyone have an idea? ☹ Am 10.04.24, 11:40 schrieb "Carsten Klement" mailto:kont...@carsten-klement.de>>: Hello, I think I have a problem with configured Word separators. For example, I would like 3 items to be found when searching for 640, 640-0 and two when searching for 640-

Re: Solr 9.1.1 - Task queue processing

2024-04-17 Thread Stoyanov, Nikolay
Hello, There are no exceptions/errors on the other node. Best regards, Nikolay From: Mikhail Khludnev Sent: Wednesday, April 17, 2024 1:07 PM To: users@solr.apache.org Subject: Re: Solr 9.1.1 - Task queue processing It might seem like a target node took more th

Re: Problem with word separators?

2024-04-17 Thread Benjamin Armintor
I don’t use that graph filter, but from the documentation it looks like a couple of other splitters may still be affecting those tokens (like splitOnCaseChange, splitOnNumerics, generateNumberParts). Some of the apparent complexity here is using text-oriented fields and tokenizers but trying to ca

Re: Problem with word separators?

2024-04-17 Thread Mikhail Khludnev
Check how query is parsed via debugQuery Also check how analysis handles these string - there's a page in slr admin to examine it. On Wed, Apr 17, 2024 at 3:43 PM Carsten Klement wrote: > Hello, doesn't anyone have an idea? ☹ > > > > Am 10.04.24, 11:40 schrieb "Carsten Klement"

Invalid JSON on solr9 when using a binary field

2024-04-17 Thread Karl Stoney
Hi, I’m currently looking into the solr 8 -> solr 9 upgrade, and we’ve noticed that if a document is using a binary field, the json returned is invalid because the value is not quoted: For example on solr 8 we’d see: ``` "STOCK_ITEM_BINARY_FIELD":”OikKAfqEdXJzSWRjNTEwMj…” ``` But on solr 8 we

Error installing solr-8.11.3 on RHEL 9.3

2024-04-17 Thread Johnnie W Adams
Hi, folks, I've hit some errors on attempting this install: ./install_solr_service.sh solr-8.11.3.tgz -i /u01/app/svc_archivesspace/solr-8.11.3 -u svc_archivesspace Extracting solr-8.11.3.tgz to /u01/app/svc_archivesspace/solr-8.11.3 Installing symlink /u01/app/svc_archivesspace/solr-8.

Re: Invalid JSON on solr9 when using a binary field

2024-04-17 Thread Thomas Corthals
Hi Karl, What is the exact version of Solr 9 you're trying to upgrade to? This sounds very similar to this issue: https://lists.apache.org/list?users@solr.apache.org:gte=0d:&header_subject=Invalid%20JSON%20response%20with%20UUID%20field Thomas Op wo 17 apr 2024 om 16:55 schreef Karl Stoney : >

Re: Error installing solr-8.11.3 on RHEL 9.3

2024-04-17 Thread Dmitri Maziuk
On 4/17/24 10:43, Johnnie W Adams wrote: Hi, folks, ... It looks like the install script is assuming that chkconfig is going to do some work for it, but chkconfig is not there to do it. It would also like for /etc/init.d to pre-exist. Your thoughts? Ditch DeadRat, use Alpine. Or

Possibly bogus WARNings on startup

2024-04-17 Thread Johnnie W Adams
Hi, folks, I worked around (for the moment) my install problems and get this message on starting solr up: *** [WARN] *** Your open file limit is currently 1024. It should be set to 65000 to avoid operational disruption. If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to

Re: Possibly bogus WARNings on startup

2024-04-17 Thread Arrieta, Alejandro
Hello, With Solr already started. #get solr pid ps -ef|grep solr #list process limits cat /proc/solrpid/limits As the user that runs Solr you can check the user limits: #hard limits ulimit -Ha #soft limits ulimit -Sa Generally, the soft limits are applied. You can change them in /etc/security/li

Max value for maxBooleanClauses?

2024-04-17 Thread Walter Underwood
Is there a hard upper limit for maxBooleanClauses? We have someone hitting a limit at 64k clauses after upgrading to 9.x. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)

Re: Error installing solr-8.11.3 on RHEL 9.3

2024-04-17 Thread Jan Høydahl
Hi, I believe RHEL uses systemd, so you'll have to first install the package for initd, I cannot remember the yum name now. Then try the install script again. Jan > 17. apr. 2024 kl. 17:43 skrev Johnnie W Adams : > > Hi, folks, > > I've hit some errors on attempting this install: > > ./i

Re: Error installing solr-8.11.3 on RHEL 9.3

2024-04-17 Thread Dmitri Maziuk
On 4/17/24 15:47, Jan Høydahl wrote: Hi, I believe RHEL uses systemd, so you'll have to first install the package for initd, I cannot remember the yum name now. Then try the install script again. Apparently on RHEL 9 it's initiscripts, initsctripts-service, and chkconfig. However, """ While

Re: Max value for maxBooleanClauses?

2024-04-17 Thread Chris Hostetter
: Is there a hard upper limit for maxBooleanClauses? We have someone hitting a limit at 64k clauses after upgrading to 9.x. There are two limits, one per-collection in solrconfig.xml that applies to query parsing, and one global in solr.xml that applies to every query including query expansi

Re: solr 9.2.1 plugin newSearcher function not called

2024-04-17 Thread Chris Hostetter
I'm really confused by your question -- you start off asking about AbstractSolrEventListener and the newSearcher event, but then when you show us your solrconfig.xml & plugin snippet you are showing us a usage of ValueSourceParser -- which doesn't exitend AbstractSolrEventListener -- and your

Re: Error installing solr-8.11.3 on RHEL 9.3

2024-04-17 Thread Jan Høydahl
Yes that were the packages, thanks. If you are uncomfortable using init script on RHEL, you can always borrow the installer-script from Solr's git repository's main branch (to become version 10.0), which uses systemd. You'd need to copy the install script and the systemd file and I think you sh

Re: Max value for maxBooleanClauses?

2024-04-17 Thread Walter Underwood
I know about both of those user-specified limits. They are documented, as is the change in counting clauses in 9.0. I’ll ask again, is there a hard upper limit on the value of maxBooleanClauses? wunder > On Apr 17, 2024, at 2:33 PM, Chris Hostetter wrote: > > > > : Is there a hard upper lim

Re: Invalid JSON on solr9 when using a binary field

2024-04-17 Thread Karl Stoney
Hi Thomas, That link doesn’t seem to work for me (might be that my corporate AV is messing with it as it rewrites it to some outlook safe link!) – do you have an issue ref? We’re trying to go to 9.5.0, which is the latest. From: Thomas Corthals Date: Wednesday, 17 April 2024 at 16:49 To: users