diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/api_collection_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/api_collection_index_mapping.json index 3d6e01c9717..c41a38a65be 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/api_collection_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/api_collection_index_mapping.json @@ -155,6 +155,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "description": { "type": "text", "analyzer": "om_analyzer", diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/api_endpoint_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/api_endpoint_index_mapping.json index 5350a72f307..b51fc7add06 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/api_endpoint_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/api_endpoint_index_mapping.json @@ -690,6 +690,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/chart_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/chart_index_mapping.json index f2d95cfb2c3..baa59ab10a1 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/chart_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/chart_index_mapping.json @@ -180,6 +180,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/classification_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/classification_index_mapping.json index 24f12953b0f..1a6ce9ad7d5 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/classification_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/classification_index_mapping.json @@ -145,6 +145,51 @@ "entityType": { "type": "keyword" }, + "reviewers": { + "properties": { + "id": { + "type": "keyword", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 36 + } + } + }, + "type": { + "type": "keyword" + }, + "name": { + "type": "keyword", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + }, + "ngram": { + "type": "text", + "analyzer": "om_ngram" + } + } + }, + "fullyQualifiedName": { + "type": "text" + }, + "description": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "href": { + "type": "text" + } + } + }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "description": { "type": "text", "similarity": "boolean", diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/container_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/container_index_mapping.json index 5276c4e8f99..a2d33462c69 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/container_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/container_index_mapping.json @@ -633,6 +633,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_data_model_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_data_model_index_mapping.json index f938ab2dea5..d4d03035b3b 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_data_model_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_data_model_index_mapping.json @@ -221,6 +221,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_index_mapping.json index f9601b04c1f..35206ca0fdd 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/dashboard_index_mapping.json @@ -566,6 +566,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json index ab17ac78b38..e02d28b9765 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json @@ -161,6 +161,51 @@ "entityType": { "type": "keyword" }, + "reviewers": { + "properties": { + "id": { + "type": "keyword", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 36 + } + } + }, + "type": { + "type": "keyword" + }, + "name": { + "type": "keyword", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + }, + "ngram": { + "type": "text", + "analyzer": "om_ngram" + } + } + }, + "fullyQualifiedName": { + "type": "text" + }, + "description": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "href": { + "type": "text" + } + } + }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "version": { "type": "float" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/database_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/database_index_mapping.json index 743307fedf0..9ff3742f93c 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/database_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/database_index_mapping.json @@ -149,6 +149,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "description": { "type": "text", "analyzer": "om_analyzer", diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/database_schema_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/database_schema_index_mapping.json index 6984f2f405d..c37836b1cfa 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/database_schema_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/database_schema_index_mapping.json @@ -215,6 +215,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/directory_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/directory_index_mapping.json index 7684b31c218..a28db8ed987 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/directory_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/directory_index_mapping.json @@ -267,6 +267,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/file_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/file_index_mapping.json index d242c317466..e943f006f6f 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/file_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/file_index_mapping.json @@ -319,6 +319,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_index_mapping.json index 8110205aabd..2533bdfe16a 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_index_mapping.json @@ -356,8 +356,9 @@ "deleted": { "type": "boolean" }, - "status": { - "type": "text" + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" }, "entityType": { "type": "keyword" diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_term_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_term_index_mapping.json index 853e36909b0..1833aa7a155 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_term_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/glossary_term_index_mapping.json @@ -488,7 +488,7 @@ "deleted": { "type": "boolean" }, - "status": { + "entityStatus": { "type": "keyword", "normalizer": "lowercase_normalizer" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/metric_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/metric_index_mapping.json index a7b7a56e6ab..6fd08659131 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/metric_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/metric_index_mapping.json @@ -391,6 +391,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "upstreamLineage": { "type": "object" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/mlmodel_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/mlmodel_index_mapping.json index ded14c825d0..5e5c453bd23 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/mlmodel_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/mlmodel_index_mapping.json @@ -568,6 +568,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/pipeline_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/pipeline_index_mapping.json index 44d97f2858f..f0d00705550 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/pipeline_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/pipeline_index_mapping.json @@ -479,6 +479,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/query_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/query_index_mapping.json index 12a8ee8f2c3..4d59a462850 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/query_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/query_index_mapping.json @@ -374,6 +374,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/search_entity_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/search_entity_index_mapping.json index 400aec41bc5..b93ef370a35 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/search_entity_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/search_entity_index_mapping.json @@ -292,6 +292,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "upstreamLineage": { "type": "object" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/spreadsheet_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/spreadsheet_index_mapping.json index 16c6522024d..cb164d50244 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/spreadsheet_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/spreadsheet_index_mapping.json @@ -321,6 +321,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/stored_procedure_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/stored_procedure_index_mapping.json index d704a484d16..89f03dbffc3 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/stored_procedure_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/stored_procedure_index_mapping.json @@ -429,6 +429,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "followers": { "type": "keyword" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/table_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/table_index_mapping.json index 177b559cc94..638157efb6b 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/table_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/table_index_mapping.json @@ -688,6 +688,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/tag_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/tag_index_mapping.json index 2f4be091f9b..5c31d60a808 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/tag_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/tag_index_mapping.json @@ -177,6 +177,51 @@ "entityType": { "type": "keyword" }, + "reviewers": { + "properties": { + "id": { + "type": "keyword", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 36 + } + } + }, + "type": { + "type": "keyword" + }, + "name": { + "type": "keyword", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + }, + "ngram": { + "type": "text", + "analyzer": "om_ngram" + } + } + }, + "fullyQualifiedName": { + "type": "text" + }, + "description": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "href": { + "type": "text" + } + } + }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/topic_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/topic_index_mapping.json index f4673f75b82..3de827815af 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/topic_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/topic_index_mapping.json @@ -553,6 +553,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/worksheet_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/worksheet_index_mapping.json index 39c0b621c07..93edf471e49 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/worksheet_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/worksheet_index_mapping.json @@ -381,6 +381,10 @@ "entityType": { "type": "keyword" }, + "entityStatus": { + "type": "keyword", + "normalizer": "lowercase_normalizer" + }, "owners": { "properties": { "id": {