FND_BOSS_HS_INDICES
BOSS RODS Hybrid Search indexes state defined by BOSS metadata.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FND_BOSS_HS_INDICES_PK |
INDEX_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INDEX_ID | NUMBER | 18 | Yes | Unique identifier of the index. | |
| DEPLOYMENT_ID | VARCHAR2 | 255 | Yes | Deployment Id. | |
| MODULE_NAME | VARCHAR2 | 255 | Yes | Module Name which contains the Business Object. | |
| BUSINESS_OBJECT_NAME | VARCHAR2 | 255 | Yes | Name of the Business Object. | |
| ALL_VIEW_NAMES | VARCHAR2 | 4000 | Yes | All BOSS RODS view names that contributed to this index encoded as a csv list. | |
| LANGUAGE_CODE | VARCHAR2 | 4 | Yes | Indicates the code of the language this index reference is for. | |
| PRIMARY_KEY | JSON | Definition of the Business Object primary key. | |||
| INDEX_TYPE | VARCHAR2 | 20 | Yes | Type of index, values 'STAGED', 'STORAGE' or 'REFERENCE'. | |
| INDEX_SELECTOR | VARCHAR2 | 1 | Which index to use, A, B, ...? | ||
| JSON_VIEW_NAME | VARCHAR2 | 40 | The name of the Json view whos content column can be queried for the indexed data. | ||
| JSON_VIEW | CLOB | Text of create view statement for Json view for ingestion. All indexes in FND_BOSS_HS_INDEX_DATA use this view for data ingestion. | |||
| PARAMETERS | JSON | Parameters such as vectorizer if a vectorizer is to be used. | |||
| MESSAGES | VARCHAR2 | 4000 | Messages relevant to the creation of the index. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| fnd_boss_hs_bv_to_index | fnd_boss_hs_indices | REFERENCE_INDEX_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_BOSS_HS_INDICES_U1 | Unique | Default | INDEX_ID |
| FND_BOSS_HS_INDICES_U2 | Unique | Default | DEPLOYMENT_ID, MODULE_NAME, BUSINESS_OBJECT_NAME, LANGUAGE_CODE |