Re: Personalized ranking using pre-computed scores

2012-08-23 Thread Sebastian R.
e post IDs. Downside of that: I need to use more Java heap space, and I read that this means less space for the virtual memory that Lucene uses. Greetings, Sebastian -- View this message in context: http://lucene.472066.n3.nabble.com/Personalized-ranking-using-pre-computed-scores-tp4002683p4002964.html

Re: Personalized ranking using pre-computed scores

2012-08-23 Thread Ian Lea
oreForAnotherGivenTag"); > float score3 = doc.get("someScoreForTheLoggedInUser"); > > return score1 + score2 + score3; > } > > Any ideas? > > Thanks, > Sebastian > > > > -- > View

Personalized ranking using pre-computed scores

2012-08-22 Thread Sebastian R.
r"); return score1 + score2 + score3; } Any ideas? Thanks, Sebastian -- View this message in context: http://lucene.472066.n3.nabble.com/Personalized-ranking-using-pre-computed-scores-tp4002683.html Sent from the Lucene - Java Users mailing list archive at Nabble.com.