Transformer is great to augment Documents before shipping to response, but what would be a way to prevent document from being delivered?
I have some search components that make some conclusions after search , duplicates removal, clustering and one Augmenter(solr Transformer) to shape the response up, but I need to stop some documents from being delivered, what is the way to do it? thanks, e.