Re: How to boost documents at index time?

2015-03-29 Thread CKReddy Bhimavarapu
@Bill Bell > > Did you try debugQuery ? yes I tried debugQuery, final score calculated is less when I apply boost="0.002" in doc field compared to if I left blank but I can't see where actual this 0.002 is directly impacting( As far as I understand this is multiplicative so 0.002 technically debo

Re: How to boost documents at index time?

2015-03-28 Thread Ahmet Arslan
Hi, Did you disable norms ( omitNorms="true" ) accidentally ? Ahmet On Saturday, March 28, 2015 9:49 AM, CKReddy Bhimavarapu wrote: I am want to boost docs at index time, I am doing this using boost parameter in doc field . but I can't see direct impact on the doc by using debuQuery. My qu

Re: How to boost documents at index time?

2015-03-28 Thread Bill Bell
Issue a Jura ticket ? Did you try debugQuery ? Bill Bell Sent from mobile > On Mar 28, 2015, at 1:49 AM, CKReddy Bhimavarapu wrote: > > I am want to boost docs at index time, I am doing this using boost > parameter in doc field . > but I can't see direct impact on the doc by using debuQuery

How to boost documents at index time?

2015-03-28 Thread CKReddy Bhimavarapu
I am want to boost docs at index time, I am doing this using boost parameter in doc field . but I can't see direct impact on the doc by using debuQuery. My question is that is there any other way to boost doc at index time and can see the reflected changes i.e direct impact. -- ckreddybh.