Hi guys -- Using solr 1.4 functions at query-time, can I dynamically boost certain documents which are: a) not on the same range, i.e. have very different document ids, b) have different boost values, c) part of a long list (can be around 1,000 different document ids with 50 different boost values)?
Overall I'm trying to influence ranking scores on a user-by-user basis, each user carries a list of historical documents that he already voted on. Thanks! -- Michael