I'm working with an older version of lucene. In that version the BooleanQuery.add() takes three arguments. The query and two booleans -- 'required' and 'prohibited'
My question is: Why would you submit a query with both of the booleans set to false? What does this mean, functionally. Use cases?
