wt.index
Interface IndexPolicyManager


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

index

void index(WTCollection targetCollection)
           throws WTException
Deprecated. 

Index 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.

Supported API: true

Parameters:
targetCollection - The targetCollection is the collection of objects that are going to be indexed based on an event or from the bulk index tool
Throws:
WTException