com.atlassian.confluence.search.lucene
Class ConfluenceLuceneAnalyzerFactory

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.ConfluenceLuceneAnalyzerFactory
All Implemented Interfaces:
com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory

public class ConfluenceLuceneAnalyzerFactory
extends Object
implements com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory


Constructor Summary
ConfluenceLuceneAnalyzerFactory(SettingsManager settingsManager, org.apache.lucene.analysis.Analyzer unstemmedAnalyzer)
           
 
Method Summary
 org.apache.lucene.analysis.Analyzer createAnalyzer()
           
 org.apache.lucene.analysis.Analyzer createIndexingAnalyzer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceLuceneAnalyzerFactory

public ConfluenceLuceneAnalyzerFactory(SettingsManager settingsManager,
                                       org.apache.lucene.analysis.Analyzer unstemmedAnalyzer)
Method Detail

createIndexingAnalyzer

public org.apache.lucene.analysis.Analyzer createIndexingAnalyzer()
Specified by:
createIndexingAnalyzer in interface com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory

createAnalyzer

public org.apache.lucene.analysis.Analyzer createAnalyzer()
Specified by:
createAnalyzer in interface com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory


Copyright © 2003-2012 Atlassian. All Rights Reserved.