Class CustomLuceneConnectionFactoryImpl
java.lang.Object
com.atlassian.confluence.internal.index.lucene.CustomLuceneConnectionFactoryImpl
- All Implemented Interfaces:
- CustomLuceneConnectionFactory
public class CustomLuceneConnectionFactoryImpl
extends Object
implements CustomLuceneConnectionFactory
- Since:
- 7.17
- 
Constructor SummaryConstructorsConstructorDescriptionCustomLuceneConnectionFactoryImpl(ConfluenceDirectories confluenceDirectories, LuceneAnalyzerMapper luceneAnalyzerMapper, SearchLanguageProvider searchLanguageProvider) 
- 
Method SummaryModifier and TypeMethodDescriptioncreate(String relativePath, AnalyzerDescriptorProvider analyzerDescriptorProvider) Create Lucene connection
- 
Constructor Details- 
CustomLuceneConnectionFactoryImplpublic CustomLuceneConnectionFactoryImpl(ConfluenceDirectories confluenceDirectories, LuceneAnalyzerMapper luceneAnalyzerMapper, SearchLanguageProvider searchLanguageProvider) 
 
- 
- 
Method Details- 
createpublic LuceneConnection create(String relativePath, AnalyzerDescriptorProvider analyzerDescriptorProvider) Description copied from interface:CustomLuceneConnectionFactoryCreate Lucene connection- Specified by:
- createin interface- CustomLuceneConnectionFactory
- Parameters:
- relativePath- relative path to index
- analyzerDescriptorProvider-- AnalyzerDescriptorProviderto be used against the index
- Returns:
- LuceneConnection
 
 
-