hello *, what would be the best approach to return the sum of boosts
as the score?

ex:
a dismax handler boosts matches to field1^100 and field2^50, a query
matches both fields hence the score for that row would be 150



is this something i could do with a function query or do i need to
hack up DisjunctionMaxScorer ?

--joe

Reply via email to