Re: Debugging/scoring question

2018-05-23 Thread Erick Erickson
igine- > 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 = total number of documents containing

RE: Debugging/scoring question

2018-05-23 Thread LOPEZ-CORTES Mariano-ext
detti [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 th

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 - ---