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 class
ManagedStopFilterFactory
TokenFilterFactory that uses the ManagedWordSetResource implementation for managing stop words using the REST API.class
ManagedSynonymFilterFactory
Deprecated.UseManagedSynonymGraphFilterFactory
instead, but be sure to also useFlattenGraphFilterFactory
at index time (not at search time) as well.class
ManagedSynonymGraphFilterFactory
TokenFilterFactory and ManagedResource implementation for doing CRUD on synonyms using the REST API.
-