com.atlassian.confluence.search.lucene.tasks
Class BulkWriteIndexTask
java.lang.Object
com.atlassian.confluence.search.lucene.tasks.BulkWriteIndexTask
- All Implemented Interfaces:
- com.atlassian.bonnie.ILuceneConnection.WriterAction, IndexTask, ConfluenceIndexTask
public class BulkWriteIndexTask
- extends java.lang.Object
- implements ConfluenceIndexTask
Performs a bulk write of the specified write tasks. This is to make sure
we don't open and close an index writer for every single write.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BulkWriteIndexTask
public BulkWriteIndexTask(java.util.List<ConfluenceIndexTask> writeIndexTasks)
- Parameters:
writeIndexTasks
- writer index tasks. Required.
- Throws:
java.lang.IllegalArgumentException
- when writeIndexTasks is null
getDescription
public java.lang.String getDescription()
- Description copied from interface:
IndexTask
- A description of the task that can be presented to the user via the UI.
- Specified by:
getDescription
in interface IndexTask
- Returns:
- an readable message.
perform
public void perform(org.apache.lucene.index.IndexWriter writer)
throws java.io.IOException
- Specified by:
perform
in interface com.atlassian.bonnie.ILuceneConnection.WriterAction
- Throws:
java.io.IOException
getWriteIndexTasks
public java.util.List<ConfluenceIndexTask> getWriteIndexTasks()
Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.