Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
-
Packages that use ILuceneConnection Package Description com.atlassian.confluence.impl.index com.atlassian.confluence.impl.search.actions com.atlassian.confluence.impl.search.v2.lucene com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager.com.atlassian.confluence.internal.search.v2.lucene.summary com.atlassian.confluence.upgrade.upgradetask -
-
Uses of ILuceneConnection in com.atlassian.confluence.impl.index
Methods in com.atlassian.confluence.impl.index with parameters of type ILuceneConnection Modifier and Type Method Description voidChangeIndexRecoverer. setChangeLuceneConnection(@NonNull ILuceneConnection changeLuceneConnection)Autowired by spring setter injectionvoidContentIndexRecoverer. setLuceneConnection(@NonNull ILuceneConnection luceneConnection)Autowired by spring setter injection -
Uses of ILuceneConnection in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type ILuceneConnection Modifier and Type Method Description voidSearchIndexesAction. setLuceneConnection(ILuceneConnection luceneConnection) -
Uses of ILuceneConnection in com.atlassian.confluence.impl.search.v2.lucene
Constructors in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ILuceneConnection Constructor Description MultiReaderBasedConnection(SearchIndex index, ILuceneConnection connection)Constructor parameters in com.atlassian.confluence.impl.search.v2.lucene with type arguments of type ILuceneConnection Constructor Description MultiReaderBasedConnection(ILuceneConnection.Configuration connectionConfig, Map<SearchIndex,ILuceneConnection> connectionByIndex)MultiReaderBasedConnection(Map<SearchIndex,ILuceneConnection> connectionByIndex) -
Uses of ILuceneConnection in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement ILuceneConnection Modifier and Type Class Description classLuceneConnectionThe implementation ofILuceneConnectionthat allows concurrent searching/reading and writing/deleting. -
Uses of ILuceneConnection in com.atlassian.confluence.internal.search.v2.lucene.summary
Constructors in com.atlassian.confluence.internal.search.v2.lucene.summary with parameters of type ILuceneConnection Constructor Description DefaultSummarizer(org.apache.lucene.analysis.Analyzer analyzer, int sumContext, int sumLength, @Nullable ILuceneConnection luceneConnection) -
Uses of ILuceneConnection in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type ILuceneConnection Constructor Description SplitIndexUpgradeTask(@NonNull ILuceneConnection contentConnection, @NonNull ILuceneConnection changesConnection, @NonNull I18NBeanFactory i18NBeanFactory, @NonNull JournalStateStore journalStateStore, @NonNull JournalIdentifier contentJournalIdentifier, @NonNull JournalIdentifier changeJournalIdentifier, @NonNull SplitIndexSnapshotManager snapshotManager)Creates a new SplitIndexUpgradeTask that will split the index.
-