public static class AnalyzerCustomizer.NoOpAnalyzerCustomizer extends Object implements AnalyzerCustomizer
AnalyzerCustomizer.NoOpAnalyzerCustomizerNO_OP| Constructor and Description |
|---|
NoOpAnalyzerCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.Analyzer |
customize(org.apache.lucene.analysis.Analyzer analyzer)
Customize the specified Analyzer.
|
void |
initFrom(Map<String,List<String>> properties)
Initialize this AnalyzerCustomizer with the specified key/values pairs.
|
public org.apache.lucene.analysis.Analyzer customize(org.apache.lucene.analysis.Analyzer analyzer)
AnalyzerCustomizercustomize in interface AnalyzerCustomizeranalyzer - the Analyzer instance to customizepublic void initFrom(Map<String,List<String>> properties)
AnalyzerCustomizerinitFrom in interface AnalyzerCustomizerproperties - a Map associating a key name to a List of associated valuesCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.