Hey there, Does de function doc.setBoost(x.y) accept negative values or values minor than 1?? I mean... it compile and doesn't give errors but the behabiour is not exactly what I was expecting. In my use case I have the field title... I want to give very very low relevance to the documents witch title has less that 40 characters. I have tried setting boost to negatives values or to 0.1 Wich is the best way to do that? Is there any range of values for setting boost?
And another thing that confuses me... if I omit norms is the score function... how does it affect to the boosting I am setting? does it loose the effect? Thanks in advance! -- View this message in context: http://www.nabble.com/boost-and-score-doubt-tp22916108p22916108.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org