: I need to implement a Query similar to DisjunctionMaxQuery, the only
: difference would
: be it should score based on sum of score of sub queries' scores instead of
: max.

BooleanQuery computes scores that are the sub of hte subscores -- you just 
need to disable the coordFactor (there is a constructor arg for this).



-Hoss

Reply via email to