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