com.atlassian.confluence.index
Interface ReIndexer

All Known Implementing Classes:
ConfluenceReIndexer

public interface ReIndexer

Responsible for triggering re-indexing / rebuilding of the Confluence search index.


Method Summary
 void reIndex(Progress progress)
          Triggers re-index.
 void reIndex(java.util.Set<ReIndexOption> options, Progress progress)
          Triggers re-index.
 

Method Detail

reIndex

void reIndex(Progress progress)
Triggers re-index.

Parameters:
progress - object to track progress of re-index.

reIndex

void reIndex(java.util.Set<ReIndexOption> options,
             Progress progress)
Triggers re-index.

Parameters:
options - options. Allows a subset of all searchable content to be re-indexed.
progress - object to track progress of re-index.


Copyright © 2003-2014 Atlassian. All Rights Reserved.