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.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.