|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void index(Searchable obj)
index
in interface Indexer
public void unIndex(Searchable obj)
unIndex
in interface Indexer
public void reIndex(Searchable obj)
reIndex
in interface Indexer
public void unIndexSpace(Space space)
public void unIndexIncludingDependents(Searchable searchable)
public void indexIncludingDependents(Searchable searchable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |