public class ConfluenceAnalyzer
extends org.apache.lucene.analysis.AnalyzerWrapper
org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy, org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy, org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Modifier and Type | Field and Description |
---|---|
Map<String,org.apache.lucene.analysis.Analyzer> |
analyzers |
static org.apache.lucene.analysis.Analyzer |
SIMPLE_ANALYZER |
Constructor and Description |
---|
ConfluenceAnalyzer(SettingsManager settingsManager,
UserDictionaryFactory userDictionaryFactory) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.analysis.Analyzer |
getWrappedAnalyzer(String fieldName) |
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
wrapComponents(String fieldName,
org.apache.lucene.analysis.Analyzer.TokenStreamComponents components) |
public static final org.apache.lucene.analysis.Analyzer SIMPLE_ANALYZER
public ConfluenceAnalyzer(SettingsManager settingsManager, UserDictionaryFactory userDictionaryFactory)
protected org.apache.lucene.analysis.Analyzer getWrappedAnalyzer(String fieldName)
getWrappedAnalyzer
in class org.apache.lucene.analysis.AnalyzerWrapper
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents wrapComponents(String fieldName, org.apache.lucene.analysis.Analyzer.TokenStreamComponents components)
wrapComponents
in class org.apache.lucene.analysis.AnalyzerWrapper
Copyright © 2003–2018 Atlassian. All rights reserved.