Re: Odd Boolean scoring behavior?

2011-01-20 Thread Yonik Seeley
On Thu, Jan 20, 2011 at 2:17 PM, wrote: > The problem is that the LANGUAGE_BOOST boost doesn't seem to be having any > effect.  I can change it all over the place, and nothing much changes. Then perhaps your language term doesn't actually match anything in the index? (i.e. how is it analyzed?)

RE: Odd Boolean scoring behavior?

2011-01-20 Thread karl.wright
2:36 PM To: dev@lucene.apache.org Subject: Re: Odd Boolean scoring behavior? On Thu, Jan 20, 2011 at 2:17 PM, wrote: > The problem is that the LANGUAGE_BOOST boost doesn't seem to be having any > effect.  I can change it all over the place, and nothing much changes. Then perhaps

Re: Odd Boolean scoring behavior?

2011-01-20 Thread Yonik Seeley
ueryNorm > > ... > >    0.0069078947 = coord(21/3040) > > It looks like the PRODUCT_OF and SUM_OF, which represents the Boolean logic, > does not actually apply boost? > > Karl > > > > -Original Message- > From: ysee...@gmail.com [mailto:ysee...@gmail.co

RE: Odd Boolean scoring behavior?

2011-01-20 Thread karl.wright
tion seems even more wrong. Any ideas? Karl -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of ext Yonik Seeley Sent: Thursday, January 20, 2011 3:34 PM To: dev@lucene.apache.org Subject: Re: Odd Boolean scoring behavior? On Thu, Jan 20, 2011 at 3:06 PM,

RE: Odd Boolean scoring behavior?

2011-01-20 Thread karl.wright
. I'm going to pick that apart and see why not next. Karl -Original Message- From: ext karl.wri...@nokia.com [mailto:karl.wri...@nokia.com] Sent: Thursday, January 20, 2011 5:31 PM To: dev@lucene.apache.org; yo...@lucidimagination.com Subject: RE: Odd Boolean scoring behavior?

RE: Odd Boolean scoring behavior?

2011-01-20 Thread karl.wright
hoped. Thoughts? If I'm right, how *could* I do what I'm trying to do? Karl -Original Message- From: Wright Karl (Nokia-MS/Boston) Sent: Thursday, January 20, 2011 7:49 PM To: dev@lucene.apache.org; yo...@lucidimagination.com Subject: RE: Odd Boolean scoring behavior? So I think

RE: Odd Boolean scoring behavior?

2011-01-21 Thread karl.wright
PM To: dev@lucene.apache.org Subject: RE: Odd Boolean scoring behavior? Found the cause of the zero querynorms, and fixed it. But the results are still not as I would expect. The first result has language=ger but scores higher than the second result which has language=eng. And yet, my que

RE: Odd Boolean scoring behavior?

2011-01-21 Thread Uwe Schindler
> To: dev@lucene.apache.org > Subject: RE: Odd Boolean scoring behavior? > > Turns out that I inadvertently reverted one of Simon's changes to > CutoffQueryWrapper, which explains the second effect. So all is now well. > > Thanks for your assistance! > Karl > >

Re: Odd Boolean scoring behavior?

2011-01-21 Thread Simon Willnauer
t; >> -Original Message- >> From: karl.wri...@nokia.com [mailto:karl.wri...@nokia.com] >> Sent: Friday, January 21, 2011 11:26 AM >> To: dev@lucene.apache.org >> Subject: RE: Odd Boolean scoring behavior? >> >> Turns out that I inadvertently reverted one o

RE: Odd Boolean scoring behavior?

2011-01-21 Thread karl.wright
ot;road" as stop words. Hope this helps. Karl -Original Message- From: ext Uwe Schindler [mailto:u...@thetaphi.de] Sent: Friday, January 21, 2011 5:37 AM To: dev@lucene.apache.org Subject: RE: Odd Boolean scoring behavior? BTW: What is CutOffQueryWrapper? - Uwe Schind