Package org.apache.solr.rest
package org.apache.solr.rest
Solr RESTful APIs.
-
ClassDescriptionBase class for delegating REST-oriented requests to ManagedResources.Supports Solr components that have external data that needs to be managed using the REST API.Marker interface to indicate a ManagedResource implementation class also supports managing child resources at path: /<resource>/{child}Allows a Solr component to register as an observer of important ManagedResource events, such as when the managed data is loaded.Abstract base class that provides most of the functionality needed to store arbitrary data for managed resources.Local file-based storage implementation.Memory-backed storage IO; not really intended for storage large amounts of data in production, but useful for testing and other transient workloads.Default storage implementation that uses JSON as the storage format for managed data.Hides the underlying storage implementation for data being managed by a ManagedResource.ZooKeeper based storage implementation that uses the SolrZkClient provided by the CoreContainer.Supports runtime mapping of REST API endpoints to ManagedResource implementations; endpoints can be registered at either the /schema or /config base paths, depending on which base path is more appropriate for the type of managed resource.Request handling needs a lightweight object to delegate a request to.Per-core registry of ManagedResources found during core initialization.