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 lck7...@coupang.com 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

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=iphonebf=div(ms(NOW,start_time),360) solr returns 799.5687 = (MATCH) FunctionQuery(div(ms(const(1436268218591),date(start_time)),const(360))), product of:

Re: function query result without queryNorm

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

Re: function query result without queryNorm

2015-07-07 Thread Lee Chunki
- From:Lee Chunki lck7...@coupang.com 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. so, I tried to use “bf” but it returns value * queryNorm for example, when I use q=iphonebf

Re: function query result without queryNorm

2015-07-07 Thread 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. so, I tried to use “bf” but it returns value * queryNorm for example, when I use q=iphonebf=div(ms(NOW,start_time),360