Hello, I'm trying to write a custom requestHandler, but for the moment not everything is completely clear. For example the main part of the request result should be a DocList (or set) but which classes are responsible for the further processing of these results. In particular where are the fields of the returned documents selected (where can they be given as parameters)?
Can someone give a short overview of what happens after the request result is returned in de handler; i.e. which classes are responsible for the further work? Any important tips or guidelines that should be taken care of while writing a particular RequestHandler? Thanks! Bert