|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexBiz
API for search index indexing methods.
Method Summary | |
---|---|
void |
indexMediaItem(java.lang.Long itemId)
Index a MediaItem object based on its ID. |
void |
indexUser(java.lang.Long userId)
Index a user object based on its ID. |
WorkBiz.WorkInfo |
recreateMediaItemIndex(BizContext context)
Rebuild the entire MediaItem index. |
WorkBiz.WorkInfo |
recreateUserIndex(BizContext context)
Rebuild the entire user index. |
void |
removeMediaItemFromIndex(java.lang.Long itemId)
Remove a MediaItem from the index. |
void |
removeUserFromIndex(java.lang.Long userId)
Remove a user from the index. |
Method Detail |
---|
void indexUser(java.lang.Long userId)
This method must support indexing a user that may or may not have been indexed before.
userId
- the ID of the user to indexvoid removeUserFromIndex(java.lang.Long userId)
userId
- the ID of the user to removeWorkBiz.WorkInfo recreateUserIndex(BizContext context)
context
- the current context
void indexMediaItem(java.lang.Long itemId)
This method must support indexing an item that may or may not have been indexed before.
itemId
- the ID of the item to indexvoid removeMediaItemFromIndex(java.lang.Long itemId)
itemId
- the ID of the item to removeWorkBiz.WorkInfo recreateMediaItemIndex(BizContext context)
context
- the current context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |