CONSTANT_SCORE_BOOLEAN_REWRITE

Like .SCORING_BOOLEAN_REWRITE except scores are not computed. Instead, each matching document receives a constant score equal to the query's boost.

NOTE: This rewrite method will hit IndexSearcher.TooManyClauses if the number of terms exceeds IndexSearcher.getMaxClauseCount.