Stefan,

Boosts are not stored directly, necessarily. Each field has an associated normalization factor, of which boost is multiplied into. This value is precomputed at indexing time, so getting the boost isn't possible unless the length normalization is 1.0 (which is not usually a good idea).

        Erik

On Mar 21, 2005, at 4:35 PM, Stefan Groschupf wrote:

Hi there,
how to get the real boost value of a field or document?
The java doc says that it is _may_ not correct returned when reading a document with a index reader.
Any hints how to get the boost when reading a document?
Thanks.
Stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to