[mailto:hossman_luc...@fucit.org]
Sent: Wednesday, January 23, 2013 11:40 AM
To: solr-user@lucene.apache.org
Subject: RE: firstSearcher and NewSearcher parameters
: 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
: 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 {!boost%20b=... ?
boosts on *queries* probably won't affect yo
-
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 &
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" wrote:
> Hi guys,
>
> I was wondering if there was a way to pass commonly used boost values in
> with commonly
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:
taxonomyCategoryTypeId:1^1.5
Or perhaps thi