Package org.apache.solr.api
Class ApiBag.IntrospectApi
- java.lang.Object
-
- org.apache.solr.api.Api
-
- org.apache.solr.api.ApiBag.IntrospectApi
-
-
Field Summary
-
Fields inherited from class org.apache.solr.api.Api
commandSchema, spec
-
-
Constructor Summary
Constructors Constructor Description IntrospectApi(Api base, boolean isCoreSpecific)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(SolrQueryRequest req, SolrQueryResponse rsp)
The method that gets called for each request-
Methods inherited from class org.apache.solr.api.Api
getCommandSchema, getSpec
-
-
-
-
Constructor Detail
-
IntrospectApi
public IntrospectApi(Api base, boolean isCoreSpecific)
-
-
Method Detail
-
call
public void call(SolrQueryRequest req, SolrQueryResponse rsp)
Description copied from class:Api
The method that gets called for each request
-
-