Re: using tokens to influence boost and score rather than filtering

2016-04-07 Thread John Blythe
> > > > -Original message- > > From:John Blythe <j...@curvolabs.com> > > Sent: Tuesday 5th April 2016 15:36 > > To: solr-user <solr-user@lucene.apache.org> > > Subject: using tokens to influence boost and score rather than filtering > > &

RE: using tokens to influence boost and score rather than filtering

2016-04-05 Thread Markus Jelsma
l 2016 15:36 > To: solr-user <solr-user@lucene.apache.org> > Subject: using tokens to influence boost and score rather than filtering > > hi all, > > i'm trying to do something similar to a simple fq=x on my query. i'm using > the regular ol' select handler. instead of blocki

using tokens to influence boost and score rather than filtering

2016-04-05 Thread John Blythe
hi all, i'm trying to do something similar to a simple fq=x on my query. i'm using the regular ol' select handler. instead of blocking out all items not related to x via the filter query i'd like to simply give them priority. is there a way to do this? it seems like the dismax bq function may be