Re: Boosting one copyField contributor

2007-03-03 Thread Chris Hostetter
: Lucene boosts are per-field (not per-field-value) for a particular : document, so you can't have a multi-valued field with some values : boosted higher than others. this little bit of subtlety in Lucene terminology has always bugged me ... the way i like to think of it is that field boosts are

Re: Boosting one copyField contributor

2007-03-02 Thread Walter Underwood
I'm "denormalizing" into copyfields, one per boost level, something like "text", "text_hi", and so on. wunder On 3/2/07 3:01 PM, "Yonik Seeley" <[EMAIL PROTECTED]> wrote: > On 3/2/07, Ken Krugler <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> When creating a combo field for searching, is there any

Re: Boosting one copyField contributor

2007-03-02 Thread Yonik Seeley
On 3/2/07, Ken Krugler <[EMAIL PROTECTED]> wrote: Hi all, When creating a combo field for searching, is there any straight-forward way to boost the contribution of one of the fields being used to create the combined field? I'd read the past threads about this, and there didn't seem to be anythi

Boosting one copyField contributor

2007-03-02 Thread Ken Krugler
Hi all, When creating a combo field for searching, is there any straight-forward way to boost the contribution of one of the fields being used to create the combined field? I'd read the past threads about this, and there didn't seem to be anything built in to Solr. A simple hack I did was