|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexPolicyManager
The IndexPolicyManager presents an interface accessible also in the client
to the functions provided in the server by the StandardIndexPolicyManager.
These functions concern mostly the management of the cache: retrieving
a list and updating the cache. This latter method should be called after
a rule is modified.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
index(WTCollection targetCollection)
Deprecated. |
| Method Detail |
|---|
void index(WTCollection targetCollection)
throws WTException
targetCollection. This is the method that is called
when an event occurs (e.g. check-in) that requires indexing to be
performed. It can also be called at any time to force indexing, although
this is not recommended practice. The recommended practice is to
allow the event listeners to index objects at the correct time, or
by running the BulkIndexTool.
targetCollection - The targetCollection is the collection of objects that are going to be indexed based on an event or from the bulk index tool
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||