: Transformer is great to augment Documents before shipping to response, : but what would be a way to prevent document from being delivered?
DocTransformers can only modify the documents -- not hte Document List. what you are describing would have to be done as a SearchComponent (or in the QParser) -- take a look at QueryElevation component for an example of how to do something like this that plays nicely with pagination. -Hoss