_
From: Chantal Ackermann [chantal.ackerm...@btelligent.de]
Sent: Thursday, September 16, 2010 4:10 AM
To: solr-user@lucene.apache.org
Subject: Re: Boosting specific field value
Hi Ravi,
with dismax, use the parameter "q.alt" which expects standard lucene
syntax (instead of "q&qu
> From: Chantal Ackermann [chantal.ackerm...@btelligent.de]
> Sent: Thursday, September 16, 2010 4:10 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Boosting specific field value
>
> Hi Ravi,
>
> with dismax, use the parameter "q.alt" which expects s
for the 'bq' (boost query) parameter in dismax?
> >
> > http://wiki.apache.org/solr/DisMaxQParserPlugin#bq_.28Boost_Query.29
> > ____
> > From: Ravi Kiran [ravi.bhas...@gmail.com]
> > Sent: Wednesday, September 15, 2010 10:02 PM
> >
meter in dismax?
> >
> > http://wiki.apache.org/solr/DisMaxQParserPlugin#bq_.28Boost_Query.29
> >
> > From: Ravi Kiran [ravi.bhas...@gmail.com]
> > Sent: Wednesday, September 15, 2010 10:02 PM
> > To: solr-user@lucene.apache.org
> > Subject: Re: Boosting s
q_.28Boost_Query.29
>
> From: Ravi Kiran [ravi.bhas...@gmail.com]
> Sent: Wednesday, September 15, 2010 10:02 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Boosting specific field value
>
> Erick,
> I afraid you misinterpreted my issueif
solr-user@lucene.apache.org
Subject: Re: Boosting specific field value
Erick,
I afraid you misinterpreted my issueif I query like you said
i.e q=source(bbc OR "associated press")^10 I will ONLY get documents with
source BBC or Associated Press...what I am asking is - if my query query
does
Erick,
I afraid you misinterpreted my issueif I query like you said
i.e q=source(bbc OR "associated press")^10 I will ONLY get documents with
source BBC or Associated Press...what I am asking is - if my query query
does not deal with source at all but uses some other field...since the
This seems like a simple query-time boost, although I may not be
understanding
your problem well. That is, q=source(bbc OR "associated press")^10
As for boosting more recent documents, see:
http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_boost_the_score_of_newer_documents
HTH
Erick
On We