Re: Tiny term boost with an e in it

2007-03-22 Thread Brian Whitman
On Mar 21, 2007, at 4:22 PM, Yonik Seeley wrote: For each TermQuery, I do tq.setBoost( score ); where score is a float my app generates. This usually works except when the numbers get real small, like "2.712607e-4" that I just encountered. Solr seems to destroy the e bit, turning the boost into

Re: Tiny term boost with an e in it

2007-03-21 Thread Yonik Seeley
On 3/21/07, Brian Whitman <[EMAIL PROTECTED]> wrote: In an function that eventually becomes a Solr query, I create a few TermQuery clauses that go into a BooleanQuery. For each TermQuery, I do tq.setBoost( score ); where score is a float my app generates. This usually works except when the numbe