RE: Boosting numerical field

2012-05-19 Thread Uwe Schindler
0 PM > To: java-user@lucene.apache.org > Subject: Re: Boosting numerical field > > Hi, > > Is this available only with Solr or would it work if I am using plain Lucene? > > Regards > Meeraj > > On Sat, May 19, 2012 at 9:07 AM, Ahmet Arslan wrote: > > >

Re: Boosting numerical field

2012-05-19 Thread Meeraj Kunnumpurath
Hi, Is this available only with Solr or would it work if I am using plain Lucene? Regards Meeraj On Sat, May 19, 2012 at 9:07 AM, Ahmet Arslan wrote: > > > Is there anyway in a query, I can boost the relevance of a > > hit based on the value of a numerical field in the index. > > i.e higher th

Re: Boosting numerical field

2012-05-19 Thread Meeraj Kunnumpurath
Thank you Sent from my iPad On 19 May 2012, at 09:07, Ahmet Arslan wrote: > >> Is there anyway in a query, I can boost the relevance of a >> hit based on the value of a numerical field in the index. >> i.e higher the value of the field, more relevant the hit >> is. > > Yes it is possible. Lik

Re: Boosting numerical field

2012-05-19 Thread Ahmet Arslan
> Is there anyway in a query, I can boost the relevance of a > hit based on the value of a numerical field in the index. > i.e higher the value of the field, more relevant the hit > is. Yes it is possible. Like view count, popularity etc. You can use e(dismax)'s bf boosting function (additive or

Boosting numerical field

2012-05-18 Thread Meeraj Kunnumpurath
Hi, Is there anyway in a query, I can boost the relevance of a hit based on the value of a numerical field in the index. i.e higher the value of the field, more relevant the hit is. Kind regards Meeraj - To unsubscribe, e-mail