Re: boosting particular field values

2010-07-22 Thread Chris Hostetter
I blieve this cam up on IRC, and the end result wsa that the bq was working fine, Justin just wasn't noticing because he added it to his solrconfig.xml (and not to the query URL) and his browser was still caching the page -- so he didn't see his boost affect anything) (but i may be confusing j

Re: boosting particular field values

2010-07-21 Thread Justin Lolofie
http://wiki.apache.org/solr/FunctionQuery#Using_FunctionQuery > > > -Original message- > From: Justin Lolofie > Sent: Wed 21-07-2010 20:24 > To: solr-user@lucene.apache.org; > Subject: boosting particular field values > > I'm using dismax request handler, sol

RE: boosting particular field values

2010-07-21 Thread Markus Jelsma
function queries match all documents http://wiki.apache.org/solr/FunctionQuery#Using_FunctionQuery   -Original message- From: Justin Lolofie Sent: Wed 21-07-2010 20:24 To: solr-user@lucene.apache.org; Subject: boosting particular field values I'm using dismax request handler,

boosting particular field values

2010-07-21 Thread Justin Lolofie
I'm using dismax request handler, solr 1.4. I would like to boost the weight of certain fields according to their values... this appears to work: bq=category:electronics^5.5 However, I think this boosting only affects sorting the results that have already matched? So if I only get 10 rows back,