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 LuceneConnectionCustomLuceneConnectionFactory. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)LuceneConnectionCustomLuceneConnectionFactoryImpl. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)LuceneConnectionLuceneConnectionFactory. createChangeIndexConnection()LuceneConnectionLuceneConnectionFactory. createContentIndexConnection()Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type LuceneConnection Constructor Description LuceneSearchIndexAccessor(LuceneConnection luceneConnection, LuceneFieldVisitor luceneFieldVisitor, LuceneSearchMapper luceneSearchMapper)
-