Re: giving different boost to different terms in a same document

2006-12-20 Thread Eun Yong Kang
looks like you want query time boosts rather than index time boosts.... Erick On 12/20/06, Eun Yong Kang <[EMAIL PROTECTED]> wrote: Hi, I am trying to figure out how to give different weights to different terms in a same document. Anybody knows how to do this? For example, doc A cont

giving different boost to different terms in a same document

2006-12-20 Thread Eun Yong Kang
Hi, I am trying to figure out how to give different weights to different terms in a same document. Anybody knows how to do this? For example, doc A contains field1 : term1 (weight C) field1 : term2 (weight F) If I use setBoost(float) function in the Field Object, I cannot give differ