Re: Scoring without floating point calculations

2006-05-09 Thread Paul Elschot
<[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Friday, April 28, 2006 7:34:16 PM > Subject: Re: Scoring without floating point calculations > > >Apparently Sun's Niagara servers have a weak FPU, and I don't need > >my matches to contain floating

Re: Scoring without floating point calculations

2006-05-08 Thread Otis Gospodnetic
34:16 PM Subject: Re: Scoring without floating point calculations >Apparently Sun's Niagara servers have a weak FPU, and I don't need >my matches to contain floating point scores, so I would like to >avoid floating point calculations when scoring, if possible. > >Doing a

Re: Scoring without floating point calculations

2006-04-28 Thread Ken Krugler
Apparently Sun's Niagara servers have a weak FPU, and I don't need my matches to contain floating point scores, so I would like to avoid floating point calculations when scoring, if possible. Doing a quick `grep -R ' float ' *` in the source tree shows a number of places where floats are used: