Re: function query result without queryNorm

2015-07-07 Thread Lee Chunki
lso, >>> consider using boost parameter instead of bf, it is multiplicative where bf >>> is just additive, which offers less control. You may also want to reduce >>> time resolution by using NOW/HOUR or NOW/DAY. It saves you a lot of bad >>> cache entries. >

Re: function query result without queryNorm

2015-07-07 Thread Upayavira
gt; consider using boost parameter instead of bf, it is multiplicative where bf > > is just additive, which offers less control. You may also want to reduce > > time resolution by using NOW/HOUR or NOW/DAY. It saves you a lot of bad > > cache entries. > > > > Mark

Re: function query result without queryNorm

2015-07-07 Thread Lee Chunki
s > > -Original message- >> From:Lee Chunki >> Sent: Tuesday 7th July 2015 13:29 >> To: solr-user@lucene.apache.org >> Subject: function query result without queryNorm >> >> Hi, >> >> I want to add some value to score. >> >&

RE: function query result without queryNorm

2015-07-07 Thread Markus Jelsma
resolution by using NOW/HOUR or NOW/DAY. It saves you a lot of bad cache entries. Markus -Original message- > From:Lee Chunki > Sent: Tuesday 7th July 2015 13:29 > To: solr-user@lucene.apache.org > Subject: function query result without queryNorm > > Hi, > > I w

function query result without queryNorm

2015-07-07 Thread Lee Chunki
Hi, I want to add some value to score. so, I tried to use “bf” but it returns value * queryNorm for example, when I use q=iphone&bf=div(ms(NOW,start_time),360) solr returns 799.5687 = (MATCH) FunctionQuery(div(ms(const(1436268218591),date(start_time)),const(360))), product of: