Problem with word separators?

2024-04-10 Thread Carsten Klement
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-01. #1 artikelnummer_txt:"640*" AND  lng:"de"     "docs":[{   "artikelnummer_txt":"640-01"     },{  

Re: JSON logging and collection/shard/replica

2024-04-10 Thread Morten Bøgeskov
Sorry for the noise I've been running our (inhouse) docker images, with the variable ZKSRING instead of ZKSTRING for two days now. Well, that was a complete waste of everybodys time. Yes, everything is as expected in the JSON log. The hint, to locate my mistake, was much appreciated. \Mor

Facing Error : "Task queue processing has stalled for 20121 ms with 0 remaining elements to process"

2024-04-10 Thread Yadav, Rishabh
Hi Team, We have built an Index Queue Mechanism where we store the Ids of the Documents that needs reindexing as some of the data has been changed recently by the user. A Cron job runs in the background which keeps monitoring the queue every 5 seconds and looks out for any new ids that are added

Trouble with oom script and service

2024-04-10 Thread Arthur Garreau
Hello everyone, I am writing to you because I have some trouble with how solr is managing OOM errors and how it affects my systemd service. For a little bit of context I am running Solr 8.11.2 on ubuntu 22.04. Every few months my Solr encounters an OOM error and Solr launches the oom_solr.sh sc

Re: Facing Error : "Task queue processing has stalled for 20121 ms with 0 remaining elements to process"

2024-04-10 Thread Walter Underwood
There is no need to do a delete before an update. The update will replace the previous document. The delete by query is an expensive operation that stops all updates. Stop doing that. See if the problem goes away when the delete by query is removed. You will also need to change to IDs which are

Re: Apache Solr Query Issue with huge data

2024-04-10 Thread prasad bezavada
Hi Thomas Corthals, After experimenting with a page size of 100,000 records, I successfully retrieved approximately 19 million records and saved the response to a PDF file from our application. However, I noticed that the Solr heap memory did not release after completing the activity. Subsequent a