I'm wondering, is there functionality similar to ingest pipelines, but for output instead of input? Being able to transform data when it's ingested is nice, but what about the opposite of that, transforming documents after they have been retrieved?
Sure, I could do that on application level, but if there's something that I could bind to an index and have it apply transparently after search operations, that would be nice.
Regards