How is fieldNorm calculated when omitNorms is set to true?

2022-09-17 Thread Stian Brattland
regards, Stian Brattland

Re: How is fieldNorm calculated when omitNorms is set to true?

2022-09-19 Thread Stian Brattland
uments. I fixed that by setting b = 0 in > our schema for BM25 similarity. > > > 0 > > > I don't know if BM25 can be used with your version of Solr. Personally I > think it's worth upgrading for. > > Thomas > > > Op za 17 sep. 2022 o

Re: How is fieldNorm calculated when omitNorms is set to true?

2022-09-20 Thread Stian Brattland
ipedia has an explanation of the BM25 ranking function: > https://en.wikipedia.org/wiki/Okapi_BM25 > > Kind regards, > > Thomas > > Op ma 19 sep. 2022 om 08:59 schreef Stian Brattland : > > > Hi Thomas, > > > > Yes, it may be about time to upgrade fro

Why will slaves not replicate from master when Leader (Searching) and Leader (Replicable) do not match?

2022-12-17 Thread Stian Brattland
OR", "message":"invalid index generation"} The Leader (Searching) value increases all the time, because indexing and commits are happening. I find it hard to believe that this is by design. Should slaves really not be able to replicate from the master when Leader (Searching) and Leader (Replicable) do not match? Regards, Stian Brattland

Memory usage reported by Solr

2024-02-09 Thread Stian Brattland
s on the memory usage. It seems that AWS only reports the direct memory usage of the container process (being Solr), but I'm not sure. Does anyone know which system metric Solr takes the *Physical Memory* from, as shown in the top bar of the below picture? Kind regards, Stian Brattland *S

Re: Memory usage reported by Solr

2024-02-11 Thread Stian Brattland
ant to upload those screenshots to some external service as they > did not display on the list. > > Solr uses Java APIs to ask for system memory, and when running in a > container which is resource limited, it will show the max limit allocated > to that container. > > Jan > >