Henry
2008-Dec-19 12:31 UTC
[Xapian-discuss] Does match weight include doc weight from index-time?
Greets, Does a match weight calculation (BM25) factor in the document page weight (eg, $analyzer->index_text( $text, $weight )) used during index-time, or is it not related at all? Thanks Henry
Henry
2008-Dec-23 15:01 UTC
[Xapian-discuss] Does match weight include doc weight from index-time?
Quoting Henry <henka at cityweb.co.za>:> Greets, > > Does a match weight calculation (BM25) factor in the document page > weight (eg, $analyzer->index_text( $text, $weight )) used during > index-time, or is it not related at all?Found the answer: http://www.xapian.org/docs/apidoc/html/classXapian_1_1BM25Weight.html#a0 parameter k1==importance of wdf ($weight above is wdf increment)