Uses of Class
org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
-
Packages that use BaseManagedTokenFilterFactory 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 BaseManagedTokenFilterFactory in org.apache.solr.rest.schema.analysis
Subclasses of BaseManagedTokenFilterFactory in org.apache.solr.rest.schema.analysis Modifier and Type Class Description classManagedStopFilterFactoryTokenFilterFactory that uses the ManagedWordSetResource implementation for managing stop words using the REST API.classManagedSynonymFilterFactoryDeprecated.UseManagedSynonymGraphFilterFactoryinstead, but be sure to also useFlattenGraphFilterFactoryat index time (not at search time) as well.classManagedSynonymGraphFilterFactoryTokenFilterFactory and ManagedResource implementation for doing CRUD on synonyms using the REST API.
-