Re: [External] Re: Seeking tips about MoreLikeThis exceptions

2022-11-24 Thread Alessandro Benedetti
I agree with Mikhail, escaping should solve the problem! If after that it has to do with More Like This, please let us know and I'll be happy to take a look at it (been working in the last few years quite extensively on the More Like This feature) Cheers -- *Alessandro Bene

Re: Improper Solr Search results

2022-11-24 Thread Alessandro Benedetti
I agree with Markus, also, in your scenarios you are using "", that in Apache Solr has a very specific meaning (phrase queries: https://solr.apache.org/guide/solr/latest/query-guide/standard-query-parser.html#proximity-searches ). But, are you using phrase queries or do you put the quotes just to

Re: [External] Re: Seeking tips about MoreLikeThis exceptions

2022-11-24 Thread Alessandro Benedetti
I agree with Mikhail, escaping should solve the problem! If after that it has to do with More Like This, please let us know and I'll be happy to take a look at it (been working in the last few years quite extensively on the More Like This feature) Cheers -- *Alessandro Bene

Re: possible bug in import and dynamic fields?

2022-11-24 Thread dmitri maziuk
On 2022-11-24 2:54 AM, Thomas Corthals wrote: Hi Dima, Which version of Solr are you using? I recently ran into an issue with the price field and atomic updates when nested documents are involved. That happened against Solr 9.0.0 with code that ran fine against Solr 8.11.2. I'm wondering if it

RE: [External] Re: Seeking tips about MoreLikeThis exceptions

2022-11-24 Thread Wu, Hansen [USA]
Hi Mikhail, Thank you for your suggestions. Happy Thanksgiving Day! --H.Wu -Original Message- From: Mikhail Khludnev Sent: Thursday, November 24, 2022 2:33 AM To: users@solr.apache.org Subject: Re: [External] Re: Seeking tips about MoreLikeThis exceptions For me it doesn't seem like Mor

Re: solr and dovecot: high load

2022-11-24 Thread Thomas Corthals
If it's always around the same time, one of the things to check is cronjobs that run on the server and on all clients at that time. This includes cronjobs that are scheduled to start at that time, and those that start before it and might run long enough to reach a 'critical mass' by that time. Tho

Request to review PR: Streaming Expression: PageStreaming Decorator

2022-11-24 Thread Maulin Rathod
Hi, For our requirement, we have implemented PageStreaming Decorator to allow results to be displayed with pagination. We want to commit it to the Solr main branch. I have created solr Jira ticket ( https://issues.apache.org/jira/browse/SOLR-16556) and implemented changes in fork (https://github.

Re: solr and dovecot: high load

2022-11-24 Thread Markus Jelsma
Hello, > Does anyone know what could be the cause of this behavior? Not me, but if it usually occurs around midnight, i would enable INFO logging and check for anomalies. Solr normally wouldn't trigger an action at midnight. So i would look for an external trigger, sudden heavy indexing with too

Re: solr and dovecot: high load

2022-11-24 Thread Jan Høydahl
Hi, Why the large Solr heap? What is happing around midnight? A nightly batch index? Try lowering it from 30240m to e.g. 16g (or even lower) and see how it goes. Jan > 24. nov. 2022 kl. 12:21 skrev alessia.gagli...@qboxmail.it.invalid > : > > Hi, > > we have a strange issue with solr: sometim

solr and dovecot: high load

2022-11-24 Thread alessia . gagliano
Hi, we have a strange issue with solr: sometimes, usually everyday at around midnight, solr becomes unreachable due to a high cpu load and high I/O activity. Our configurations are:  - Solr 7.7.3 on CentOS 7  - Dovecot 2.3.18 on CentOS 7  - /var/solr is around 250GB  - the Solr server has 4

Request to review PR: https://github.com/apache/solr/pull/1190 : Streaming Expression: PageStreaming Decorator

2022-11-24 Thread Maulin Rathod
Hi, For our requirement, we have implemented PageStreaming Decorator to allow results to be displayed with pagination. We want to commit it to the Solr main branch. I have created solr Jira ticket ( https://issues.apache.org/jira/browse/SOLR-16556) and implemented changes in fork (https://github.

Re: possible bug in import and dynamic fields?

2022-11-24 Thread Thomas Corthals
Hi Dima, Which version of Solr are you using? I recently ran into an issue with the price field and atomic updates when nested documents are involved. That happened against Solr 9.0.0 with code that ran fine against Solr 8.11.2. I'm wondering if it could be related (although I got a different err