Package | Description |
---|---|
org.apache.solr.rest |
Solr RESTful APIs via Restlet.
|
org.apache.solr.rest.schema.analysis |
Analysis-related functionality for RESTful API access to the Solr Schema using Restlet.
|
Modifier and Type | Method and Description |
---|---|
void |
RestManager.Registry.registerManagedResource(String resourceId,
Class<? extends ManagedResource> implClass,
ManagedResourceObserver observer)
Register the need to use a ManagedResource; this method is typically called
by a Solr component during core initialization to register itself as an
observer of a specific type of ManagedResource.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedResource.loadManagedDataAndNotify(List<ManagedResourceObserver> observers)
Called once during core initialization to get the managed
data loaded from storage and notify observers.
|
protected void |
ManagedResource.notifyObserversDuringInit(NamedList<?> args,
List<ManagedResourceObserver> observers)
Notifies all registered observers that the ManagedResource is initialized.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseManagedTokenFilterFactory
Abstract based class for implementing TokenFilterFactory objects that
are managed by the REST API.
|
class |
ManagedStopFilterFactory
TokenFilterFactory that uses the ManagedWordSetResource implementation
for managing stop words using the REST API.
|
class |
ManagedSynonymFilterFactory
Deprecated.
Use
ManagedSynonymGraphFilterFactory instead, but be sure to also
use FlattenGraphFilterFactory at index time (not at search time) as well. |
class |
ManagedSynonymGraphFilterFactory
TokenFilterFactory and ManagedResource implementation for
doing CRUD on synonyms using the REST API.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.