Re: A very technical question.

2005-09-29 Thread Dawid Weiss
Thanks for all the responses, guys. I'll analyze them and post my results if any. Doug's suggestion was closest to what I tentatively felt it could look like. I'll see if I can make it work. D. - To unsubscribe, e-mail: [EMA

Re: A very technical question.

2005-09-28 Thread Doug Cutting
Dawid Weiss wrote: I have a very technical question. I need to alter document score (or in fact: document boosts) for an existing index, but for each query. In other words, I'd like these to have pseudo-queries of the form: 1. civil war PREFER:shorter 2. civil war PREFER:longer for thes

Re: A very technical question.

2005-09-28 Thread Yonik Seeley
ource that derives field length from term vectors (a) Is your best bet right now for a quick solution IMO. -Yonik Now hiring -- http://tinyurl.com/7m67g On 9/28/05, Dawid Weiss <[EMAIL PROTECTED]> wrote: > > > Hi. > > I have a very technical question. I need to alter do

Re: A very technical question.

2005-09-28 Thread Andy Liu
"long", "verylong", depending on how granular you need it. Then at query time you can specify the field and a given boost value, i.e. civil war docLength:verylong^5 docLength:long^3 Andy On 9/28/05, Dawid Weiss <[EMAIL PROTECTED]> wrote: > > > Hi. > > I

A very technical question.

2005-09-28 Thread Dawid Weiss
Hi. I have a very technical question. I need to alter document score (or in fact: document boosts) for an existing index, but for each query. In other words, I'd like these to have pseudo-queries of the form: 1. civil war PREFER:shorter 2. civil war PREFER:longer for these two queri