Package org.apache.solr.handler.admin
Interface BaseHandlerApiSupport.ApiCommand
- Enclosing class:
BaseHandlerApiSupport
public static interface BaseHandlerApiSupport.ApiCommand
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(SolrQueryRequest req, SolrQueryResponse rsp, BaseHandlerApiSupport apiHandler) org.apache.solr.client.solrj.request.ApiMapping.CommandMetameta()
-
Method Details
-
meta
org.apache.solr.client.solrj.request.ApiMapping.CommandMeta meta() -
invoke
void invoke(SolrQueryRequest req, SolrQueryResponse rsp, BaseHandlerApiSupport apiHandler) throws Exception - Throws:
Exception
-