Package org.apache.solr.rest.schema.analysis
package 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.
-
ClassesClassDescriptionAbstract based class for implementing TokenFilterFactory objects that are managed by the REST API.TokenFilterFactory that uses the ManagedWordSetResource implementation for managing stop words using the REST API.TokenFilterFactory and ManagedResource implementation for doing CRUD on synonyms using the REST API.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.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.