Uses of Class
org.apache.solr.rest.RestManager
-
Packages that use RestManager Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.rest Solr RESTful APIs via Restlet. -
-
Uses of RestManager in org.apache.solr.core
Methods in org.apache.solr.core that return RestManager Modifier and Type Method Description RestManagerSolrCore. getRestManager()protected RestManagerSolrCore. initRestManager()Creates and initializes a RestManager based on configuration args in solrconfig.xml. -
Uses of RestManager in org.apache.solr.rest
Methods in org.apache.solr.rest that return RestManager Modifier and Type Method Description static RestManagerRestManager. getRestManager(SolrRequestInfo solrRequestInfo)Locates the RestManager using ThreadLocal SolrRequestInfo.
-