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 managed resources related to the schema, such as stopwords, protected words, and synonyms. -
-
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 class
ManagedSynonymFilterFactory.SynonymManager
Deprecated.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 class
ManagedSynonymGraphFilterFactory.SynonymManager
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.class
ManagedWordSetResource
ManagedResource 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.
-