Sv: Ranking based on number of OR clauses matched

2022-08-29 Thread Noah Torp-Smith
I was simply trying to convey the simplest possible example that shows the issue. The real query is more complicated than that. Anyway, I think the point about `fq` not influencing the score explains it. Thanks for the help. -- Noah Torp-Smith (n...@dbc.dk) F

Re: Ability to capture commits for replay?

2022-08-29 Thread Koen De Groote
Thanks for the suggestion, will have a look. On Thu, Aug 25, 2022 at 1:51 PM Eric Pugh wrote: > https://goreplay.org/ has been used to capture > traffic and replay it in a system agnostic way! > > > On Aug 25, 2022, at 7:47 AM, Koen De Groote wrote: > > > > Greetings all

Re: Ability to capture commits for replay?

2022-08-29 Thread Eric Pugh
I would love to hear back if it works for you, and what your experiences are! > On Aug 29, 2022, at 8:23 AM, Koen De Groote wrote: > > Thanks for the suggestion, will have a look. > > On Thu, Aug 25, 2022 at 1:51 PM Eric Pugh > wrote: > >> https://goreplay.org/ has bee

warning messages in Solr Logging

2022-08-29 Thread Angermann Peter EXT
Hello community, we are running Solr 8.11.1 as indexing maschine for Siemens Teamcenter. Since updating to 8.11.1 we see a lot of warnings in Solr Admin Logging. As I am really new to Solr, I have asked Siemens for support, but they mentioned as it is a third party product they cannot support my

Re: warning messages in Solr Logging

2022-08-29 Thread Eric Pugh
I was going to point you to https://solr.apache.org/guide/8_11/solr-upgrade-notes.html, but there doesn’t seem to be a mention! See this page https://solr.apache.org/guide/solr/latest/deployment-guide/jmx-with-solr.html#configuring-jmx for how to properly configure the JMX stuff as another me

Re: Issue with Atomic update on boolean fields in Solr 8.11

2022-08-29 Thread Rahul Goswami
Dmitri, I see this issue even when the document is an XML. I would like to note that clients send data inside CDATA ( [CDATA[my data]] ) in case any of the fields have XML strings as the value itself and want to avoid having those interpreted as XML markup. I agree with you in that I too wish Solr

Re: Issue with Atomic update on boolean fields in Solr 8.11

2022-08-29 Thread Rahul Goswami
Created the below JIRA for the issue. https://issues.apache.org/jira/browse/SOLR-16360 -Rahul On Mon, Aug 29, 2022 at 11:29 AM Rahul Goswami wrote: > Dmitri, > I see this issue even when the document is an XML. I would like to note > that clients send data inside CDATA ( [CDATA[my data]] ) in c