This transaction type indicates a new document exists or has changed, without including the content of the document. The transaction format allows for adding/updating of file-based documents as well as other documents such as database records and e-mail messages.
Item | Length | Data Type | Contents | TransCode | 1 | Byte | Value 06 | DocName Length | 1 | Byte | Length of DocName following | DocName | n | Char | Document name as will be recorded in index | TempName Length | 1 | Byte | Zero if TempName not used | TempName | n | Char | Name of temp file where document currently resides (if not DocName) | Time Stamp | 4 | Date/Time | Date and time of creation of last modification of the document following, or 0 if unknown | File Type | 1 | File Type | File type code, or 33 for Auto logic | IndexingOptions | 2 | Word | | bDelete | 1 | Byte | Whether to delete TempName after indexing |
Note: For SQL, the format type must be set to 45 and the time stamp to 0.
|