@LuceneIndependent @Internal public class NoOpIndexTask extends Object implements ConfluenceIndexTask
Modifier and Type | Method and Description |
---|---|
Optional<JournalEntry> |
convertToJournalEntry(JournalIdentifier journalId)
Convert to journal entry.
|
static NoOpIndexTask |
getChangeInstance() |
static NoOpIndexTask |
getContentInstance() |
String |
getDescription()
A description of the task that can be presented to the user via the UI.
|
static NoOpIndexTask |
getInstance()
Deprecated.
since 7.9. use
getChangeInstance() or getContentInstance() |
SearchIndex |
getSearchIndex() |
void |
perform(org.apache.lucene.index.IndexWriter indexWriter) |
void |
perform(SearchIndexWriter writer)
Executes this task against a document writer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSearchIndexAccessor
public static NoOpIndexTask getContentInstance()
public static NoOpIndexTask getChangeInstance()
@Deprecated public static NoOpIndexTask getInstance()
getChangeInstance()
or getContentInstance()
public void perform(SearchIndexWriter writer) throws IOException
ConfluenceIndexTask
perform
in interface ConfluenceIndexTask
IOException
public Optional<JournalEntry> convertToJournalEntry(JournalIdentifier journalId)
ConvertibleToJournalEntry
convertToJournalEntry
in interface ConvertibleToJournalEntry
journalId
- journal identifierpublic String getDescription()
IndexTask
getDescription
in interface IndexTask
public SearchIndex getSearchIndex()
getSearchIndex
in interface ConfluenceIndexTask
SearchIndex
that the task should write topublic void perform(org.apache.lucene.index.IndexWriter indexWriter) throws IOException
perform
in interface com.atlassian.bonnie.ILuceneConnection.WriterAction
perform
in interface ConfluenceIndexTask
IOException
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences