RE: Document Score seen in debug section and in main results section dont match

2019-02-13 Thread Tobias Ibounig
Hi Baloo, > Is there and solution/workaround available for this issue? > or going back to Solr 7.2.1 is the only solution - As per comments in above > issue (https://issues.apache.org/jira/browse/LUCENE-8099 these changes are > not there in 7.2.1) The only workaround, I know of, is building SOLR

RE: Document Score seen in debug section and in main results section dont match

2019-02-13 Thread Tobias Ibounig
Hi Erick, > You are saying that "X" doesn't work, in this case the scores are different > in the debug section. But this implies that there is a problem "Y" that > you're having. The issue is not that they don't match, the issue is that the calculated score is wrong. The debug score shows eve

Re: Document Score seen in debug section and in main results section dont match

2019-02-12 Thread Baloo
Thanks Erick, We will stick to Solr 7.2.1 which works fine with multiple boost queries. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Document Score seen in debug section and in main results section dont match

2019-02-12 Thread Erick Erickson
Sounds like: https://issues.apache.org/jira/browse/SOLR-13126 On Tue, Feb 12, 2019 at 12:12 AM Baloo wrote: > > I will try to provide more data about this issue, > > If you see attached query response , It shows > >> In 1st, 2nd document only query matched and boost queries did not match > >>

Re: Document Score seen in debug section and in main results section dont match

2019-02-12 Thread Baloo
I will try to provide more data about this issue, If you see attached query response , It shows >> In 1st, 2nd document only query matched and boost queries did not match >> In 3rd document boost query matched and total score of 3rd document >> became 400.04 which is higher than 1st and 2nd do

Re: Document Score seen in debug section and in main results section dont match

2019-02-11 Thread Baloo
Thanks Erick to answer your question "What is "Y"?" Score that we see in debug section actually looks correct and if we order documents by that score we can get similar ranking of results that we were getting for solr 6.4.2. But With the score field that we get with each record it looks like boo

Re: Document Score seen in debug section and in main results section dont match

2019-02-11 Thread Erick Erickson
No workarounds that I know of, but I have to ask: "Why do you care?". This feels like an XY problem. You are saying that "X" doesn't work, in this case the scores are different in the debug section. But this implies that there is a problem "Y" that you're having. What is "Y"? What is the problem t

Document Score seen in debug section and in main results section dont match

2019-02-11 Thread Baloo
HI All, Currently I am migrating Solr 6.4.2 to Solr 7.4. We pass multiple boost queries (multiplicative boost queries, Solr's 'boost' parameter) to Solr with each query. We have migrated all our custom components and solr configurations to Solr 7.4.2 but during verification we have seen differen