|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfluenceIndexer
Method Summary | |
---|---|
void |
index(Searchable obj)
Indexes the object without removing any existing copies from the index |
void |
indexIncludingDependents(Searchable searchable)
Add a content object and all its dependents (attachments, comments, children, etc.) to the index |
void |
reIndex(Searchable obj)
Updates an object in the index |
void |
unIndex(Searchable obj)
Removes any existing copies of the object from the index |
void |
unIndexIncludingDependents(Searchable searchable)
Remove a content object and all its dependents (attachments, comments, children, etc.) from the index |
void |
unIndexSpace(Space space)
Optimised unindex of all content in a space |
Method Detail |
---|
void index(Searchable obj)
index
in interface Indexer
void unIndex(Searchable obj)
unIndex
in interface Indexer
void reIndex(Searchable obj)
reIndex
in interface Indexer
void unIndexSpace(Space space)
void unIndexIncludingDependents(Searchable searchable)
void indexIncludingDependents(Searchable searchable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |