You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Furkan KAMACI <fu...@gmail.com> on 2013/12/01 01:33:23 UTC

How scorePayload is used as a Scoring Factor?

Hi;

At TFIDFSimilarity class documentaton says that about return value of
scorePayload():

*An implementation dependent float to be used as a scoring factor*

However when I read here:
http://lucene.apache.org/core/4_6_0/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html

I don't see a coefficient as like payload. Where and how it is used?

Thanks;
Furkan KAMACI