RE: Custom lucene scoring - Dot product between field boost and query boost

2012-02-23 Thread Yuval Kesten
to normal... So cool! -Original Message- From: Yuval Kesten [mailto:ykes...@yahoo-inc.com] Sent: Wednesday, February 22, 2012 7:29 PM To: java-user@lucene.apache.org Subject: RE: Custom lucene scoring - Dot product between field boost and query boost Hi all, Inspired by another thread here

Re: Custom lucene scoring - Dot product between field boost and query boost

2012-02-22 Thread Em
! -Original Message- From: Em [mailto:mailformailingli...@yahoo.de] Sent: Tuesday, February 21, 2012 6:07 PM To: java-user@lucene.apache.org Subject: Re: Custom lucene scoring - Dot product between field boost and query boost Hi Yuval, 1. Performances: I am calculating all the TF/IDF

Re: Custom lucene scoring - Dot product between field boost and query boost

2012-02-22 Thread Alan Woodward
before doing the indexing and obviously before the searching. Thanks! -Original Message- From: Em [mailto:mailformailingli...@yahoo.de] Sent: Tuesday, February 21, 2012 6:07 PM To: java-user@lucene.apache.org Subject: Re: Custom lucene scoring - Dot product between field boost

RE: Custom lucene scoring - Dot product between field boost and query boost

2012-02-22 Thread Yuval Kesten
has better ideas - please share! -Original Message- From: Alan Woodward [mailto:alan.woodw...@romseysoftware.co.uk] Sent: Wednesday, February 22, 2012 4:00 PM To: java-user@lucene.apache.org Subject: Re: Custom lucene scoring - Dot product between field boost and query boost Hi Yuval

RE: Custom lucene scoring - Dot product between field boost and query boost

2012-02-21 Thread Yuval Kesten
The same question is formatted nicer here: http://stackoverflow.com/questions/9380188/custom-lucene-scoring-dot-product-between-field-boost-and-query-boost Thanks! -Original Message- From: Yuval Kesten [mailto:ykes...@yahoo-inc.com] Sent: Tuesday, February 21, 2012 5:18 PM To:

Re: Custom lucene scoring - Dot product between field boost and query boost

2012-02-21 Thread Em
Hi Yuval, 1. Performances: I am calculating all the TF/IDF stuff and NORMS for nothing... You aren't calculating that much, since you declared all those values as constants. What are you worried about? 2. The score I get from the TopScoreDocCollector is not the same as I get from the

RE: Custom lucene scoring - Dot product between field boost and query boost

2012-02-21 Thread Yuval Kesten
@lucene.apache.org Subject: Re: Custom lucene scoring - Dot product between field boost and query boost Hi Yuval, 1. Performances: I am calculating all the TF/IDF stuff and NORMS for nothing... You aren't calculating that much, since you declared all those values as constants. What are you