Skip to content

Commit

Permalink
[Analysis] Deprecate Standard Html Strip Analyzer
Browse files Browse the repository at this point in the history
Deprecate only Standard Html Strip Analyzer
If user create index with the analyzer, es output deprecation log.
We will remove it in 8.0

Related elastic#4704
  • Loading branch information
johtani committed Oct 26, 2018
1 parent af9ccc5 commit 235b440
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@

public class StandardHtmlStripAnalyzerProvider extends AbstractIndexAnalyzerProvider<StandardHtmlStripAnalyzer> {

private static final DeprecationLogger DEPRECATION_LOGGER = new DeprecationLogger(Loggers.getLogger(StandardHtmlStripAnalyzerProvider.class));
private static final DeprecationLogger DEPRECATION_LOGGER =
new DeprecationLogger(Loggers.getLogger(StandardHtmlStripAnalyzerProvider.class));

private final StandardHtmlStripAnalyzer analyzer;

Expand Down

0 comments on commit 235b440

Please sign in to comment.