Description
Like TermFilter, we should remove this filter and recommend on using BooleanQuery instead. One reason why this is a bit more tricky than TermFilter is that BooleanFilter creates doc id sets that support random-access while a BooleanQuery would not provide random-access support.