Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.MultiConnection
-
Packages that use MultiConnection Package Description com.atlassian.confluence.impl.search.v2.lucene com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager. -
-
Uses of MultiConnection in com.atlassian.confluence.impl.search.v2.lucene
Classes in com.atlassian.confluence.impl.search.v2.lucene that implement MultiConnection Modifier and Type Class Description classMultiReaderBasedConnectionThis special connections acts as a readonly version ofILuceneConnectionand searches the union of several indexes on the fly -
Uses of MultiConnection in com.atlassian.confluence.internal.search.v2.lucene
Constructors in com.atlassian.confluence.internal.search.v2.lucene with parameters of type MultiConnection Constructor Description LuceneSearchManager(LuceneSearchMapper luceneSearchMapper, LuceneAnalyzerFactory luceneAnalyzerFactory, MultiConnection multiConnection, SearchResultConverter converter, com.atlassian.event.api.EventPublisher eventPublisher)
-