Re: Debugging/scoring question

2018-05-23 Thread Erick Erickson
t; > Thanks!! > > -Message d'origine- > De : Alessandro Benedetti [mailto:a.benede...@sease.io] > Envoyé : mercredi 23 mai 2018 18:05 > À : solr-user@lucene.apache.org > Objet : Re: Debugging/scoring question > > Hi Mariano, > From the documentation : > > docCount

RE: Debugging/scoring question

2018-05-23 Thread LOPEZ-CORTES Mariano-ext
[mailto:a.benede...@sease.io] Envoyé : mercredi 23 mai 2018 18:05 À : solr-user@lucene.apache.org Objet : Re: Debugging/scoring question Hi Mariano, >From the documentation : docCount = total number of documents containing this field, in the range [1 .. {@link #maxDoc()}] In your debug the fie

Re: Debugging/scoring question

2018-05-23 Thread Alessandro Benedetti
Hi Mariano, >From the documentation : docCount = total number of documents containing this field, in the range [1 .. {@link #maxDoc()}] In your debug the fields involved in the score computation are indeed different ( nomUsageE, prenomE) . Does this make sense ? Cheers - ---

Debugging/scoring question

2018-05-23 Thread LOPEZ-CORTES Mariano-ext
Hi all I've a 20 document collection. In a debugging plan, we have: "100051":" 20.794415 = max of: 20.794415 = weight(nomUsageE:jean in 1) [SchemaSimilarity], result of: 20.794415 = score(doc=1,freq=1.0 = termFreq=1.0 ), product of: 15.0 = boost 1.3862944 = idf, computed as