Re: NullPointerException in ReRankScaler.explain

2023-09-15 Thread Anna Ruggero
Ok, thank you. *Anna Ruggero* R&D Machine Learning / Software Engineer, Search Consultant e-mail: a.rugg...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Sease.io LinkedIn | Twitter

Re: NullPointerException in ReRankScaler.explain

2023-09-12 Thread Joel Bernstein
You are running into this bug: https://issues.apache.org/jira/browse/SOLR-16931 Currently ReRankScaler.explain requires the debugQuery=true parameter to work properly. I plan fixing this in the next release. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Sep 12, 2023 at 2:31 AM Anna Ru

NullPointerException in ReRankScaler.explain

2023-09-11 Thread Anna Ruggero
Hi, I encountered an issue with the re-rank query when setting the scale and debug=true parameters with Solr 9.3. When both the scale and the debug are set, a NullPointerException arises from the ReRankScaler.explain method. Without the scaling factors, the debug part works. In both cases (with and