Re: document boost

2008-01-31 Thread Mike Grafton
So we upgraded to SOLR 1.2, which uses Lucene 2.1 or so, and the problem went away. Thanks all the help, folks! Mike On 1/30/08, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > Hi Mike, I think this issue probably belongs in the Solr lists since > it looks like you're indexing through it. > I did a

Re: document boost

2008-01-30 Thread Mike Grafton
mething. Doubling your doc boost > will double your fieldNorm approximately (I think the precision isn't > perfect). > > I don't know what your doing wrong in such a small test, but your > fieldNorm should *not* be exploding like that. > > Can you post some code? &g

document boost

2008-01-30 Thread Mike Grafton
Hello folks, We're trying to use Lucene's scoring to do a fairly basic thing: give a document (in this case, we index "articles") a boost based on an integer value that we know at index-time. We want the document boost to affect the final document score linearly. We thought that assigning a doc