The SolrRequestHandler interface defines the methods necessary to implement custom request handling.
SolrRequestHandler接口定义了实现定制请求处理所需的方法。
Request handling (processAction and render methods)
处理请求(processAction和render方法)
The request cycle processor is responsible for handling instructions during the request cycle. It's used by RequestCycle, which calls its methods in the predefined order.
请求周期处理器负责处理请求周期内的指令。
The request cycle processor is responsible for handling instructions during the request cycle. It's used by RequestCycle, which calls its methods in the predefined order.
请求周期处理器负责处理请求周期内的指令。
应用推荐