Uses of Package
org.apache.solr.rest
Packages that use org.apache.solr.rest
Package
Description
Core classes implementing Solr internals and the management of
SolrCoresSolr RESTful APIs.
Analysis-related functionality for RESTful API access to managed resources related to the schema,
such as stopwords, protected words, and synonyms.
-
Classes in org.apache.solr.rest used by org.apache.solr.coreClassDescriptionSupports 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.Per-core registry of ManagedResources found during core initialization.
-
Classes in org.apache.solr.rest used by org.apache.solr.restClassDescriptionBase class for delegating REST-oriented requests to ManagedResources.Supports Solr components that have external data that needs to be managed using the REST API.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.Hides the underlying storage implementation for data being managed by a ManagedResource.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.Per-core registry of ManagedResources found during core initialization.
-
Classes in org.apache.solr.rest used by org.apache.solr.rest.schema.analysisClassDescriptionBase 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.Hides the underlying storage implementation for data being managed by a ManagedResource.