Hello, I have a couple of questions regarding the bf and bq params to the DisMaxRequestHandler.
1) Can I specify them more than once? Ex: bf=log(popularity)&bf=log(comment_count) 2) When using bq, how can I specify what score to use for documents not returned by the query? In other words, how do I mimic this behavior using bq: bf=query($qq, 0.1)&qq=site:news.yahoo.com Thanks for the help!