Uses of Class
com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
-
Packages that use LuceneConnection Package Description com.atlassian.confluence.internal.index.lucene -
-
Uses of LuceneConnection in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return LuceneConnection Modifier and Type Method Description LuceneConnection
CustomLuceneConnectionFactory. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)
LuceneConnection
CustomLuceneConnectionFactoryImpl. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)
LuceneConnection
LuceneConnectionFactory. createChangeIndexConnection()
LuceneConnection
LuceneConnectionFactory. createContentIndexConnection()
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type LuceneConnection Constructor Description LuceneSearchIndexAccessor(LuceneConnection luceneConnection, LuceneFieldVisitor luceneFieldVisitor, LuceneSearchMapper luceneSearchMapper)
-