Hey I'm using a custom "QParserPlugin" to restrict which documents are returned to the user. Now I'd like to restrict also the fields that are returned with a document. I couldn't find a good entry point to do such a restriction. Maybe I could missuse a "QueryResponseWriter" plugin but that sounds like a bad idea.
Any other ideas?