Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Packages that use ILuceneConnection
-
Uses of ILuceneConnection in com.atlassian.confluence.impl.index
Methods in com.atlassian.confluence.impl.index with parameters of type ILuceneConnectionModifier and TypeMethodDescriptionvoid
ChangeIndexRecoverer.setChangeLuceneConnection
(@NonNull ILuceneConnection changeLuceneConnection) Autowired by spring setter injectionvoid
ContentIndexRecoverer.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 ILuceneConnectionModifier and TypeMethodDescriptionvoid
SearchIndexesAction.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 ILuceneConnectionModifierConstructorDescriptionMultiReaderBasedConnection
(SearchIndex index, ILuceneConnection connection) Constructor parameters in com.atlassian.confluence.impl.search.v2.lucene with type arguments of type ILuceneConnectionModifierConstructorDescriptionMultiReaderBasedConnection
(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 ILuceneConnectionModifier and TypeClassDescriptionclass
The implementation ofILuceneConnection
that 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 ILuceneConnectionModifierConstructorDescriptionDefaultSummarizer
(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 ILuceneConnectionModifierConstructorDescriptionSplitIndexUpgradeTask
(@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.