Re: Scoring by document size

2013-09-17 Thread Erick Erickson
documents are retrieved (OK), but the scores are like this: > > *doc1 = 2,590214 > doc2 = 2,590214* > doc3 = 2,266437 > *doc4 = 1,94266 > doc5 = 1,94266* > doc6 = 1,618884 > > So in conclussion, as you can see the score goes down, but not the way I'd > like. Doc1 is getting the same scoring than Doc2, even when Doc1 matches > 3/3 > tokens, and Doc2 matches 3/4 tokens. > > Is this the normal Solr behaviour? Is there any way to get my expected > behaviour? > > Thanks a lot, > Borja. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Scoring-by-document-size-tp4090523.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Scoring by document size

2013-09-17 Thread Mathias Lux
>> query >> than doc2, which is more similar than doc3, ...). >> >> All the documents are retrieved (OK), but the scores are like this: >> >> *doc1 = 2,590214 >> doc2 = 2,590214* >> doc3 = 2,266437 >> *doc4 = 1,94266 >> doc5 = 1,94266*

Re: Scoring by document size

2013-09-17 Thread Upayavira
884 > > So in conclussion, as you can see the score goes down, but not the way > I'd > like. Doc1 is getting the same scoring than Doc2, even when Doc1 matches > 3/3 > tokens, and Doc2 matches 3/4 tokens. > > Is this the normal Solr behaviour? Is there any way to get my expected > behaviour? > > Thanks a lot, > Borja. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Scoring-by-document-size-tp4090523.html > Sent from the Solr - User mailing list archive at Nabble.com.

Scoring by document size

2013-09-17 Thread blopez
even when Doc1 matches 3/3 tokens, and Doc2 matches 3/4 tokens. Is this the normal Solr behaviour? Is there any way to get my expected behaviour? Thanks a lot, Borja. -- View this message in context: http://lucene.472066.n3.nabble.com/Scoring-by-document-size-tp4090523.html Sent from the Solr - User mailing list archive at Nabble.com.