Can someone help?



Corporate Executive Board India Private Limited. Registration No: 
U741040HR2004PTC035324. Registered office: 6th Floor, Tower B, DLF Building 
No.10 DLF Cyber City, Gurgaon, Haryana-122002, India..



This e-mail and/or its attachments are intended only for the use of the 
addressee(s) and may contain confidential and legally privileged information 
belonging to CEB and/or its subsidiaries, including CEB subsidiaries that offer 
SHL Talent Measurement products and services. If you have received this e-mail 
in error, please notify the sender and immediately, destroy all copies of this 
email and its attachments. The publication, copying, in whole or in part, or 
use or dissemination in any other way of this e-mail and attachments by anyone 
other than the intended person(s) is prohibited.


From: G, Rajesh
Sent: Friday, March 18, 2016 12:56 PM
To: solr-user@lucene.apache.org
Subject: Explain score is different from score

Mismatch in score displayed in debug and score field. Please refer attached xml.

When I search for title_ws:(Microsoft Ofice 365). If the results are displayed 
by explain score order then we would have the expected result “Microsoft Office 
365” then “Lync - Microsoft Office 365”

<result name="response" numFound="13617" start="0" maxScore="1.0952835">
  <doc>
    <str name="title">Lync - Microsoft Office 365</str>
    <str name="title_ws">Lync - Microsoft Office 365</str>
    <int name="id">1722669</int>
    <float name="score">1.0952835</float></doc> Score from explain 1.0952835
  <doc>
    <str name="title">Microsoft Office 365</str>
    <str name="title_ws">Microsoft Office 365</str>
    <int name="id">2043876</int>
    <float name="score">0.41725087</float></doc> Score from explain 1.2517526
</result>

Thanks
Rajesh

Reply via email to