Re: boosting injection

2010-10-19 Thread Erick Erickson
scenario, It would be great, for example, >>> if >>> I could declare the boost in the schema field definitionbut I think >>> it's not possible isn't it? >>> >>> Regards >>> Andrea >>> _ >>> >>> F

Re: boosting injection

2010-10-19 Thread Andrea Gazzarini
ent:* Tue, 19 Oct 2010 15:05:31 +0200 *Subject:* **SPAM** Re: boosting injection Andrea, Using the SOLR dismax query handler, you could set up queries like this to boost on fields of your choice. Basically, the q parameter would be the query terms (without the field definitions, and a qf (Query Fields)

Re: **SPAM** Re: boosting injection

2010-10-19 Thread Ken Stanley
schema field definitionbut I think it's not possible isn't > it? > > Regards > Andrea > > -- > *From:* Ken Stanley [mailto:doh...@gmail.com] > *To:* solr-user@lucene.apache.org > *Sent:* Tue, 19 Oct 2010 15:05:31 +0200 > *Subjec

Re: boosting injection

2010-10-19 Thread Andrea Gazzarini
ost in the schema field definitionbut I think it's not possible isn't it? Regards Andrea _ From: Ken Stanley [mailto:doh...@gmail.com] To: solr-user@lucene.apache.org Sent: Tue, 19 Oct 2010 15:05:31 +0200 Subject: **SPAM** Re: boosting injection Andrea, Using the SOLR disma

Re: **SPAM** Re: boosting injection

2010-10-19 Thread Markus Jelsma
> > From: Ken Stanley [mailto:doh...@gmail.com] > To: solr-user@lucene.apache.org > Sent: Tue, 19 Oct 2010 15:05:31 +0200 > Subject: **SPAM** Re: boosting injection > > Andrea, > > Using the SOLR dismax query handler, you could set up queries like this > to boost o

Re: boosting injection

2010-10-19 Thread Andrea Gazzarini
..but I think it's not possible isn't it? Regards Andrea _ From: Ken Stanley [mailto:doh...@gmail.com] To: solr-user@lucene.apache.org Sent: Tue, 19 Oct 2010 15:05:31 +0200 Subject: **SPAM** Re: boosting injection Andrea, Using the SOLR dismax query handler, you could

Re: **SPAM** Re: boosting injection

2010-10-19 Thread Andrea Gazzarini
but I think it's not possible isn't it? Regards Andrea _ From: Ken Stanley [mailto:doh...@gmail.com] To: solr-user@lucene.apache.org Sent: Tue, 19 Oct 2010 15:05:31 +0200 Subject: **SPAM** Re: boosting injection Andrea, Using the SOLR dismax query handler, you could set

Re: boosting injection

2010-10-19 Thread Ken Stanley
Andrea, Using the SOLR dismax query handler, you could set up queries like this to boost on fields of your choice. Basically, the q parameter would be the query terms (without the field definitions, and a qf (Query Fields) parameter that you use to define your boost(s): http://wiki.apache.org/solr

boosting injection

2010-10-19 Thread Andrea Gazzarini
Hi all, I have a client that is sending this query q=title:history AND author:joyce is it possible to "transform" at runtime this query in this way: q=title:history^10 AND author:joyce^5 ? Best regards, Andrea