CSO_DOC_SUPER_TITLE

This table stores specific terms associated with the title of the document being crawled by a custom crawler.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DOC_SUPER_TITLE_PK

COLLECTION_ID, DOC_ID, SUPER_TITLE

Columns

Name Datatype Length Not-null Comments
COLLECTION_ID NUMBER 38 Yes A foreign key reference to COLLECTION_ID in CSO_DOC_META_INFO table.
DOC_ID NUMBER 38 Yes A foreign key reference to DOC_ID in CSO_DOC_META_INFO table.
SUPER_TITLE VARCHAR2 255 Yes The term associated with the document title.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DOC_SUPER_TITLE cso_doc_meta_info COLLECTION_ID, DOC_ID

Indexes

Index Uniqueness Columns
CSO_DOC_SUPER_TITLE_U1 Unique COLLECTION_ID, DOC_ID, SUPER_TITLE