Purpose:
This is the class that is used to create an indexing document message for Text Search.
Methods:
BSTR getIndexName();
setIndexName(LPCTSTR indexName);
setReasonCode(long reasonCode);
Sets the error reason code for why a document could not be indexed.
long getReasonCode();
BSTR getDocId();
Gets the document identifier for the document causing the current indexing message.
setDocId(LPCTSTR docId);
Sets the document identifier for the document causing the current indexing message.
BSTR getNationalLangFileId();
Gets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.
setNationalLangFileId(LPCTSTR nationalLangFileId);
Sets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.
BSTR getProblemTime();
setProblemTime(LPCTSTR time);
Sets the time information when the problem occurred.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.