public class ConfluenceUnstemmedAnalyzer
extends org.apache.lucene.analysis.AnalyzerWrapper
Settings.getIndexingLanguage()
.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 |
---|---|
static Map<String,org.apache.lucene.analysis.Analyzer> |
analyzers
Deprecated.
since 5.10 Use
ANALYZERS |
static org.apache.lucene.analysis.Analyzer |
SIMPLE_ANALYZER |
Constructor and Description |
---|
ConfluenceUnstemmedAnalyzer(SettingsManager settingsManager) |
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) |
@Deprecated public static final Map<String,org.apache.lucene.analysis.Analyzer> analyzers
ANALYZERS
public static final org.apache.lucene.analysis.Analyzer SIMPLE_ANALYZER
public ConfluenceUnstemmedAnalyzer(SettingsManager settingsManager)
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–2017 Atlassian. All rights reserved.