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. -
-
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
Constructors in org.apache.solr.rest with parameters of type RestManager Constructor Description ManagedEndpoint(RestManager restManager)
-