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 TypeMethodDescriptionvoidChangeIndexRecoverer.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 ILuceneConnectionModifier and TypeMethodDescriptionvoidSearchIndexesAction.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 TypeClassDescriptionclassThe 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 ILuceneConnectionModifierConstructorDescriptionDefaultSummarizer(org.apache.lucene.analysis.Analyzer analyzer, int sumContext, int sumLength, @Nullable ILuceneConnection luceneConnection)