Re: function query result without queryNorm

2015-07-07 Thread Lee Chunki
well…. I wanna boost new document but queryNorm makes me to hard to tune weight for bf score. > On Jul 8, 2015, at 1:48 PM, Upayavira wrote: > > But why do you want that? > > > On Wed, Jul 8, 2015, at 05:31 AM, Lee Chunki wrote: >> Hi Markus, >> >> Thank you for your reply. >> >> I have m

Re: function query result without queryNorm

2015-07-07 Thread Upayavira
But why do you want that? On Wed, Jul 8, 2015, at 05:31 AM, Lee Chunki wrote: > Hi Markus, > > Thank you for your reply. > > I have more questions. > > what I want to do is sort document by "tfidf score + function query > score” > > there are problems to do this : > > * if I use function que

Re: function query result without queryNorm

2015-07-07 Thread Lee Chunki
Hi Markus, Thank you for your reply. I have more questions. what I want to do is sort document by "tfidf score + function query score” there are problems to do this : * if I use function query ( https://wiki.apache.org/solr/FunctionQuery ), there i

RE: function query result without queryNorm

2015-07-07 Thread Markus Jelsma
Hello - you can either use a similarity that does not use query normalization, or you can just ignore it, it is relative anyway. Also, 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 resolut