Package org.opensearch.analysis.common
Class StandardHtmlStripAnalyzerProvider
- java.lang.Object
-
- org.opensearch.index.AbstractIndexComponent
-
- org.opensearch.index.analysis.AbstractIndexAnalyzerProvider<StandardHtmlStripAnalyzer>
-
- org.opensearch.analysis.common.StandardHtmlStripAnalyzerProvider
-
- All Implemented Interfaces:
Provider<StandardHtmlStripAnalyzer>,AnalyzerProvider<StandardHtmlStripAnalyzer>,IndexComponent
public class StandardHtmlStripAnalyzerProvider extends AbstractIndexAnalyzerProvider<StandardHtmlStripAnalyzer>
-
-
Field Summary
-
Fields inherited from class org.opensearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardHtmlStripAnalyzerget()-
Methods inherited from class org.opensearch.index.analysis.AbstractIndexAnalyzerProvider
name, scope
-
Methods inherited from class org.opensearch.index.AbstractIndexComponent
getIndexSettings, index
-
-
-
-
Method Detail
-
get
public StandardHtmlStripAnalyzer get()
-
-