On 2/20/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: Can you get the boost of an indexed document? Am I missing something : basic? Is the stored document boost lost once it is indexed? Bingo. In Lucene, Document boosts aren't stored in the docs for later recovered - the getBoost method is meaningless from a Document returned by a search (or retrieved from an IndexReader)
Aaaah, thanks.