Re: solr 1.4 facet boost field according to another field

2009-04-09 Thread Shalin Shekhar Mangar
I don't think conditional boosting is possible. You can boost the same field on which the match was found. But you cannot boost a different field. On Thu, Apr 9, 2009 at 2:05 PM, sunnyfr wrote: > > Do you have an idea ? > > > > sunnyfr wrote: > > > > Hi, > > > > I've title description and tag fi

Re: solr 1.4 facet boost field according to another field

2009-04-09 Thread sunnyfr
Do you have an idea ? sunnyfr wrote: > > Hi, > > I've title description and tag field ... According to where I find the > word searched, I would like to boost differently other field like nb_views > or rating. > > if word is find in title then nb_views^10 and rating^10 > if word is find in d