Hi Otis, OK I guess I see how that makes sense. If I use function queries for affecting the scoring of results, does it help to include those in the warm up queries or does the same thing go for those also? IE is it useless to add <str name="q">{!boost%20b=... ?
Thanks, Robi -----Original Message----- From: Otis Gospodnetic [mailto:otis.gospodne...@gmail.com] Sent: Tuesday, January 22, 2013 5:21 PM To: solr-user@lucene.apache.org Subject: Re: firstSearcher and NewSearcher parameters Hi Robi, Boosts don't do anything for warmup queries if that is what you're after... Otis Solr & ElasticSearch Support http://sematext.com/ On Jan 22, 2013 8:08 PM, "Petersen, Robert" <rober...@buy.com> wrote: > Hi guys, > > I was wondering if there was a way to pass commonly used boost values > in with commonly used filter queries in these solrConfig event handler > sections. Could I just append the ^1.5 at the end of the fq value? > IE can I do this: > <str name="fq">taxonomyCategoryTypeId:1^1.5</str> > Or perhaps this: > <str name="fq">(taxonomyCategoryTypeId:1)%5e1.5</str> > > > Is there a more comprehensive list of possible xml query parameters we > can put in these config sections? Is it just anything normally passed > in? So far these are the only ones I have seen used: > > <listener event="newSearcher" class="solr.QuerySenderListener"> <arr > name="queries"> <lst> > <str name="q">star:1</str> > <str name="facet.field">storeId</str> > <str name="start">0</str> > <str name="rows">35</str> > <str name="fq">taxonomyCategoryTypeId:0 TO 1</str> > ...Etc etc... > > Thanks, > Robi >