RE: Custom ScoreDocComparator and normalized Scores

2006-06-21 Thread Chris Hostetter
: Thanks Chris, I didn't know the "solr" package, it is not in the release : distribution, isn't? I'm going to read about it to see if it matchs our : needs. Solr is a seperate (incubation) project, that builds on top of Lucene, but the FunctionQuery classes have no dependencies outside of the Lu

RE: Custom ScoreDocComparator and normalized Scores

2006-06-21 Thread Gustavo Comba
-Mensaje original- De: Chris Hostetter [mailto:[EMAIL PROTECTED] Enviado el: martes, 20 de junio de 2006 21:55 Para: java-user@lucene.apache.org Asunto: Re: Custom ScoreDocComparator and normalized Scores First off: why do you need the normalized scores in your equation? for the purpo

Re: Custom ScoreDocComparator and normalized Scores

2006-06-20 Thread Chris Hostetter
First off: why do you need the normalized scores in your equation? for the purposes of comparing the calculated values in order to sort them, it shouldn't matter if they are normalized or not. Second: I strongly suggest you take a look at FunctionQuery ... it was created for hte expres purpose