Re: Custom score question

2013-02-08 Thread Ian Lea
s > Heikki Doeleman > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Custom-score-question-tp4039206.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > ---

Custom score question

2013-02-08 Thread heikki
a suggestion ? Kind regards Heikki Doeleman -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-score-question-tp4039206.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsu

Re: Score Question

2005-03-10 Thread Luke Shannon
I think I've found my problem. In the example I'm having the problem with I do a multiple field query. I think I need to play with my boosting factors. This is the section of the book that I think will lead to a resolution to my problem: In addition to the explicit factors in this equation, othe

Re: Score Question

2005-03-10 Thread Luke Shannon
A couple of times. Luke - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 09, 2005 8:03 PM Subject: Re: Score Question > Did you reindex after upgrading? > > Erik > > On Mar 9, 2005, at 5:55 PM, Luke Shannon wr

RE: Score Question

2005-03-09 Thread Omar Didi
Hi folks, I have a task when I need to read the query entered by the user and then add to it many other terms in a boolean expression. for examples: if the user enters: red. i need to take red and generate the following query(red AND blue) OR (red AND green) OR( red AND yellow). the problem is

Re: Score Question

2005-03-09 Thread Erik Hatcher
Did you reindex after upgrading? Erik On Mar 9, 2005, at 5:55 PM, Luke Shannon wrote: Hi; Has the scoring changed recently? I just upgraded all the jars is our application (Lucene included). I'm getting scores like this from documents in hits: 6.9699495E-4 The XSL that creates the user inte

Score Question

2005-03-09 Thread Luke Shannon
Hi; Has the scoring changed recently? I just upgraded all the jars is our application (Lucene included). I'm getting scores like this from documents in hits: 6.9699495E-4 The XSL that creates the user interface converts the score to an int and than display it. This currently resulting in a zero