com.atlassian.confluence.search.lucene
Class ConfluenceAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.AnalyzerWrapper
com.atlassian.confluence.search.lucene.ConfluenceAnalyzer
- All Implemented Interfaces:
- java.io.Closeable
public class ConfluenceAnalyzer
- extends org.apache.lucene.analysis.AnalyzerWrapper
| Nested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzer |
org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy, org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy, org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
|
Method Summary |
protected org.apache.lucene.analysis.Analyzer |
getWrappedAnalyzer(java.lang.String fieldName)
|
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
wrapComponents(java.lang.String fieldName,
org.apache.lucene.analysis.Analyzer.TokenStreamComponents components)
|
| Methods inherited from class org.apache.lucene.analysis.AnalyzerWrapper |
createComponents, getOffsetGap, getPositionIncrementGap, initReader |
| Methods inherited from class org.apache.lucene.analysis.Analyzer |
close, tokenStream, tokenStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
analyzers
public static final java.util.Map analyzers
SIMPLE_ANALYZER
public static final org.apache.lucene.analysis.Analyzer SIMPLE_ANALYZER
ConfluenceAnalyzer
public ConfluenceAnalyzer(SettingsManager settingsManager)
getWrappedAnalyzer
protected org.apache.lucene.analysis.Analyzer getWrappedAnalyzer(java.lang.String fieldName)
- Specified by:
getWrappedAnalyzer in class org.apache.lucene.analysis.AnalyzerWrapper
wrapComponents
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents wrapComponents(java.lang.String fieldName,
org.apache.lucene.analysis.Analyzer.TokenStreamComponents components)
- Specified by:
wrapComponents in class org.apache.lucene.analysis.AnalyzerWrapper
Copyright © 2003-2014 Atlassian. All Rights Reserved.