Uses of Interface
org.apache.solr.rest.ManagedResource.ChildResourceSupport
-
Packages that use ManagedResource.ChildResourceSupport Package Description org.apache.solr.rest.schema.analysis Analysis-related functionality for RESTful API access to the Solr Schema using Restlet. -
-
Uses of ManagedResource.ChildResourceSupport in org.apache.solr.rest.schema.analysis
Classes in org.apache.solr.rest.schema.analysis that implement ManagedResource.ChildResourceSupport Modifier and Type Class Description static classManagedSynonymFilterFactory.SynonymManagerDeprecated.ManagedResource implementation for synonyms, which are so specialized that it makes sense to implement this class as an inner class as it has little application outside the SynonymFilterFactory use cases.static classManagedSynonymGraphFilterFactory.SynonymManagerManagedResource implementation for synonyms, which are so specialized that it makes sense to implement this class as an inner class as it has little application outside the SynonymFilterFactory use cases.classManagedWordSetResourceManagedResource implementation for managing a set of words using the REST API; useful for managing stop words and/or protected words for analysis components like the KeywordMarkerFilter.
-