public interface AnalyzerCustomizer
indexing-configuration.xml.| Modifier and Type | Interface and Description |
|---|---|
static class |
AnalyzerCustomizer.NoOpAnalyzerCustomizer |
| Modifier and Type | Field and Description |
|---|---|
static AnalyzerCustomizer |
NO_OP |
| 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.
|
static final AnalyzerCustomizer NO_OP
org.apache.lucene.analysis.Analyzer customize(org.apache.lucene.analysis.Analyzer analyzer)
analyzer - the Analyzer instance to customizeCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.