CSO_SCH_SEARCH_OVERRIDE

This table stores details which allows customers to manipulate search results for a given search term, boosting or blocking specified documents.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_SCH_SEARCH_OVERRIDE_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
ACTION NUMBER 1 Yes A value indicating the 'action' to be performed by the search override service like boost or block the document.
DOCUMENT_ID VARCHAR2 50 Yes This is a reference to document table record.
LOCALE VARCHAR2 32 This is a referenece to locale table record.
VOCABULARY_ID VARCHAR2 32 Yes This is a reference to vocabulary table record.
END_DATE TIMESTAMP This is used to represent the expiration date.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CSO_SCH_SEARCH_OVERRIDE_PK Unique Default RECORD_ID