public class

UpdateDocumentIndexTask

extends Object
implements HandleAware ConfluenceIndexTask
java.lang.Object
   ↳ com.atlassian.confluence.search.lucene.tasks.UpdateDocumentIndexTask

Summary

Public Constructors
UpdateDocumentIndexTask(Searchable searchable, IndexTaskFactory indexTaskFactory)
Public Methods
boolean equals(Object o)
String getDescription()
A description of the task that can be presented to the user via the UI.
Handle getHandle()
int hashCode()
void perform(IndexWriter writer)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bonnie.ILuceneConnection.WriterAction
From interface com.atlassian.confluence.search.HandleAware
From interface com.atlassian.confluence.search.IndexTask

Public Constructors

public UpdateDocumentIndexTask (Searchable searchable, IndexTaskFactory indexTaskFactory)

Public Methods

public boolean equals (Object o)

public String getDescription ()

A description of the task that can be presented to the user via the UI.

Returns
  • an readable message.

public Handle getHandle ()

public int hashCode ()

public void perform (IndexWriter writer)

Throws
IOException