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.ApicommandSchema, spec
 
- 
 - 
Constructor SummaryConstructors Constructor Description IntrospectApi(Api base, boolean isCoreSpecific)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(SolrQueryRequest req, SolrQueryResponse rsp)The method that gets called for each request- 
Methods inherited from class org.apache.solr.api.ApigetCommandSchema, getSpec
 
- 
 
- 
- 
- 
Constructor Detail- 
IntrospectApipublic IntrospectApi(Api base, boolean isCoreSpecific) 
 
- 
 - 
Method Detail- 
callpublic void call(SolrQueryRequest req, SolrQueryResponse rsp) Description copied from class:ApiThe method that gets called for each request
 
- 
 
-