Difference between revisions of "Content Manager OnDemand Database Tables"

m
Removed SA2.index_type table, replaced arsapp.idx_type table.
m (Updated links to comp_type and idx_type for IBM CMOD System Load Log table.)
m (Removed SA2.index_type table, replaced arsapp.idx_type table.)
Line 351: Line 351:
=== arsapp.idx_type - Indexer for the Application ===
=== arsapp.idx_type - Indexer for the Application ===


{|class="wikitable"
{| class="wikitable" style="text-align:center;"
|+ Index_Type Mappings
!Indexer
!ASCII Letter
!Table Value
|-
|ACIF||"A"||65
|-
|Generic||"G"||71
|-
|Internal||"I"||73
|-
|-
!Database Value!!ASCII Character||Document Type!!Description
|None||"N"||78
|-
|-
|x'41'||A||ACIF||AFP Control and Indexing Facility (AFP & Line Data)
|OS390||"3"||51
|-
|-
|x'47'||G||Generic||Uses a formatted text file to populate metadata fields
|OS400||"4"||52
|-
|-
|x'4E'||N||None||No indexer
|PDF||"P"||80
|-
|-
|x'50'||P||PDF||The built-in PDF indexer, ARSPDOCI.
|Unknown||"U"||0
|-
|-
|x'58'||X||Xenos||The third-party Xenos indexer from OpenText (formerly Actuate)
|XML||"L"||76
|}
|}


Line 468: Line 478:
|-
|-
|INPUT_FILE_SIZE||BigInt||8||Size of the loaded file in bytes.
|INPUT_FILE_SIZE||BigInt||8||Size of the loaded file in bytes.
|}
=== SA2 Index_Type Field ===
The Index_Type field in the IBM CMOD System Load table describes the type of indexer that was used to extract the metadata from the document that was being loaded.
{| class="wikitable" style="text-align:center;"
|+ Index_Type Mappings
!Indexer
!ASCII Letter
!Table Value
|-
|ACIF||"A"||65
|-
|Generic||"G"||71
|-
|Internal||"I"||73
|-
|None||"N"||78
|-
|OS390||"3"||51
|-
|OS400||"4"||52
|-
|PDF||"P"||80
|-
|Unknown||"U"||0
|-
|XML||"L"||76
|}
|}