See: Description
| Class | Description |
|---|---|
| BaseManagedTokenFilterFactory |
Abstract based class for implementing TokenFilterFactory objects that
are managed by the REST API.
|
| ManagedStopFilterFactory |
TokenFilterFactory that uses the ManagedWordSetResource implementation
for managing stop words using the REST API.
|
| ManagedSynonymFilterFactory |
TokenFilterFactory and ManagedResource implementation for
doing CRUD on synonyms using the REST API.
|
| ManagedSynonymFilterFactory.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.
|
| 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.
|
Analysis-related functionality for RESTful API access to the Solr Schema using Restlet.
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.