Purpose:
This class is used to hold information about a text search indexing function status.
Methods:
BSTR getIndexName();
setIndexName(LPCTSTR indexName);
Sets the index name. The indexName is the name of a text search index.
BOOL getEnabledId();
setEnabledId(BOOL enabled);
long getReasonCode();
setReasonCode(long reasonCode);
BOOL isCompleted();
BOOL getFunctionStopped();
Returns TRUE if the function was stopped because of a Text Search Engine internal error. Check the reason code.
setFunctionStopped(BOOL funcStopped);
BSTR getStartedLast();
setStartedLast(LPCTSTR time);
BSTR getEndedLast();
setEndedLast(LPCTSTR time);
BSTR getStartedExecution();
setStartedExecution(LPCTSTR time);
long getScheduledDocs();
Gets the number of indexing requests that are currently scheduled.
setScheduledDocs(long scheduledDocs);
Sets the number of scheduled indexing requests. This method is only used to get information into the class; this method will not update the datastore.
public int getDocsInPrimaryIndex();
long getDocsInPrimaryIndex();
Sets the number of documents in the primary index. This method is only used to get information into the class; this method will not update the datastore.
long getDocsInSecondaryIndex();
setDocsInSecondaryIndex(long secondaryDocs);
Sets the number of documents in the secondary index. This method is only used to get information into the class; this method will not update the datastore.
long getDocMessages();
Gets the number of document messages written during indexing.
setDocMessages(long docMsgs);
Sets the number of documents messages written during indexing. This method is only used to get information into the class; this method will not update the datastore.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.