Re: Dummy boost question

2010-03-17 Thread Chris Hostetter
: I want to *search* on title and content, and then, within these results *boost* by keyword. ... : keyword:(*.*)^1.0 : : But I'm fairly sure that this is boosting on all keywords (not just ones matching my search term) correct. : Does anyone know how to achieve what I want (I'm

Dummy boost question

2010-03-09 Thread Mark Roberts
Hi, I have indexed some documents that have title, content and keyword (multi-value). I want to *search* on title and content, and then, within these results *boost* by keyword. I have set up my qf as such: content^0.5 title^1.0 And my bq as such: keyword:(*.*