Package org.apache.solr.handler.admin
Interface BaseHandlerApiSupport.ApiCommand
-
- Enclosing class:
- BaseHandlerApiSupport
public static interface BaseHandlerApiSupport.ApiCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(SolrQueryRequest req, SolrQueryResponse rsp, BaseHandlerApiSupport apiHandler)
CollectionApiMapping.CommandMeta
meta()
-
-
-
Method Detail
-
meta
CollectionApiMapping.CommandMeta meta()
-
invoke
void invoke(SolrQueryRequest req, SolrQueryResponse rsp, BaseHandlerApiSupport apiHandler) throws Exception
- Throws:
Exception
-
-