public interface ConfluenceIndexTask extends IndexTask, com.atlassian.bonnie.ILuceneConnection.WriterAction, ConvertibleToJournalEntry
This task IS effectively a ILuceneConnection.WriterAction
.
The purpose of this interface is to act as an alias of ILuceneConnection.WriterAction
-
providing a bridge between Confluence's IndexTask
abstraction and ILuceneConnection
's callback actions.
Modifier and Type | Method and Description |
---|---|
SearchIndex |
getSearchIndex() |
getDescription
convertToJournalEntry
SearchIndex getSearchIndex()
SearchIndex
that the task should write toCopyright © 2003–2021 Atlassian. All rights reserved.