Re: Boosting query - debuging

2009-05-14 Thread liat oren
No, As I wrote above For finlin, 6621468 * 6, 5265266 * 12 (I use payload for this) and TTD - 6621468 * 3 (I use payload for this) I search for 6621468 * 3 and it and finlin gets a higher score 2009/5/13 Grant Ingersoll > > On May 13, 2009, at 3:04 AM, liat oren wrote: > > Thanks a lot, Grant

Re: Boosting query - debuging

2009-05-13 Thread Grant Ingersoll
On May 13, 2009, at 3:04 AM, liat oren wrote: Thanks a lot, Grant. Yes, this is the case, it is longer than TTD. Can you also explain me Why in finlin, we have the doc 35433 and in TTD, its 20? Are these the number of dcuments that contain any of the elements exist in eaxh word. My unde

Re: Boosting query - debuging

2009-05-13 Thread liat oren
Thanks a lot, Grant. Yes, this is the case, it is longer than TTD. Can you also explain me Why in finlin, we have the doc 35433 and in TTD, its 20? Are these the number of dcuments that contain any of the elements exist in eaxh word. So if word TTD contains only 6621468, then 20 is the number of do

Re: Boosting query - debuging

2009-05-11 Thread Grant Ingersoll
On May 10, 2009, at 5:59 AM, liat oren wrote: The output is the following: *finlin, score: 19.366615* 19.366615 = (MATCH) fieldWeight(worlds:6621468^3.0 in 35433), product of: 4.2426405 = (MATCH) btq, product of: 0.70710677 = tf(phraseFreq=0.5) 6.0 = scorePayload(...) 7.3036084 = idf

Re: Boosting query - debuging

2009-05-10 Thread liat oren
raseFreq=0.5) >> 1.0 = scorePayload(...) >> 0.7768564 = idf(worlds: 66=4) >> 0.625 = fieldNorm(field=worlds, doc=0) >> >> TTD, score: 1.6479614 >> 1.6479613 = (MATCH) fieldWeight(worlds:66 in 1), product of: >> 2.1213202 = (MATCH) btq, product of: >&g

Re: Boosting query - debuging

2009-05-06 Thread Grant Ingersoll
: 66=4) 1.0 = fieldNorm(field=worlds, doc=1) Thanks again, Liat 2009/5/3 liat oren Hi, I try to debug boosting query. Is there a way to see the term boost in the documents? I see them in spans in BoostingTermQuery, yet, from there I can't see which document I am in. If I want to

Re: Boosting query - debuging

2009-05-03 Thread liat oren
) fieldWeight(worlds:66 in 1), product of: 2.1213202 = (MATCH) btq, product of: 0.70710677 = tf(phraseFreq=0.5) 3.0 = scorePayload(...) 0.7768564 = idf(worlds: 66=4) 1.0 = fieldNorm(field=worlds, doc=1) Thanks again, Liat 2009/5/3 liat oren > Hi, > > I try to debug

Boosting query - debuging

2009-05-03 Thread liat oren
Hi, I try to debug boosting query. Is there a way to see the term boost in the documents? I see them in spans in BoostingTermQuery, yet, from there I can't see which document I am in. If I want to copy some of the document in an index that saves the boosting - how can it be done? The prob

Re: boosting query

2009-03-19 Thread Meral Ozkaya
Hi On Thu, Mar 19, 2009 at 4:44 PM, Andrzej Bialecki wrote: > Grant Ingersoll wrote: > >> First off, I would start by using Lucene's explain functionality to see >> why one result appears before the other. The explain method will tell you >> all the factors that go into scoring each of your resu

Re: boosting query

2009-03-19 Thread Andrzej Bialecki
Grant Ingersoll wrote: First off, I would start by using Lucene's explain functionality to see why one result appears before the other. The explain method will tell you all the factors that go into scoring each of your results, as it goes beyond just term frequency. Finally, you might find h

Re: boosting query

2009-03-19 Thread Grant Ingersoll
his... -- View this message in context: http://www.nabble.com/boosting-query-tp22599538p22599538.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.ap

Re: boosting query

2009-03-19 Thread Erick Erickson
; will come up . I used filed.setBoost(100f); Is it the right way to boost > the field? How do i do my above. ? please anyone help me out of this... > -- > View this message in context: > http://www.nabble.com/boosti

boosting query

2009-03-19 Thread m.harig
filed.setBoost(100f); Is it the right way to boost the field? How do i do my above. ? please anyone help me out of this... -- View this message in context: http://www.nabble.com/boosting-query-tp22599538p22599538.html Sent from the Lucene - Java Users mailing l