Re: Boost problems

2006-05-17 Thread Otis Gospodnetic
I see you already got 2 answers. However, judging from your source, it looks like you are really using the .Net port of Lucene, so a better place to ask would be the lucene.net mailing list. Otis - Original Message From: Marcus Falck <[EMAIL PROTECTED]> To: java-user@lucene.apache.org

Re: Boost problems

2006-05-17 Thread Daniel Naber
On Mittwoch 17 Mai 2006 15:43, Marcus Falck wrote: > Why does it reply with 1 as boost? Shouldn't this value be 2? No, these values are normalized and/or mixed with other values internally and cannot be re-fetched in their original form. Regards Daniel -- http://www.danielnaber.de -

Re: Boost problems

2006-05-17 Thread Chris Hostetter
Document boosts are folded into the individual fieldNorms when the document is indexed -- they are not accessible from the Document object returned after doing search. This is mentioned in the javadocs for Document.getBoost ... at least it is in 1.9, I'm not sure about 1.4. : Date: Wed, 17 May