mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 03:56:35 +00:00
* Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch * Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch * Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch * Rebase fixes with main * Add Sample Data * lint fix * remove unused import * Fix service count test --------- Co-authored-by: ulixius9 <mayursingal9@gmail.com>
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"searchIndexes": [
|
|
{
|
|
"id": "e093dd27-390e-4360-8efd-e4d63ec167a9",
|
|
"name": "table_search_index",
|
|
"displayName": "TableSearchIndex",
|
|
"fullyQualifiedName": "elasticsearch_sample.table_search_index",
|
|
"description": "Table Search Index",
|
|
"version": 0.1,
|
|
"updatedAt": 1638354087591,
|
|
"serviceType": "ElasticSearch",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"dataType": "TEXT",
|
|
"dataTypeDisplay": "text",
|
|
"description": "Table Entity Name.",
|
|
"tags": []
|
|
},
|
|
{
|
|
"name": "displayName",
|
|
"dataType": "TEXT",
|
|
"dataTypeDisplay": "text",
|
|
"description": "Table Entity DisplayName.",
|
|
"tags": []
|
|
},
|
|
{
|
|
"name": "description",
|
|
"dataType": "TEXT",
|
|
"dataTypeDisplay": "text",
|
|
"description": "Table Entity Description.",
|
|
"tags": []
|
|
},
|
|
{
|
|
"name": "columns",
|
|
"dataType": "NESTED",
|
|
"dataTypeDisplay": "nested",
|
|
"description": "Table Columns.",
|
|
"tags": [],
|
|
"children": [
|
|
{
|
|
"name": "name",
|
|
"dataType": "TEXT",
|
|
"dataTypeDisplay": "text",
|
|
"description": "Column Name.",
|
|
"tags": []
|
|
},
|
|
{
|
|
"name": "displayName",
|
|
"dataType": "TEXT",
|
|
"dataTypeDisplay": "text",
|
|
"description": "Column DisplayName.",
|
|
"tags": []
|
|
},
|
|
{
|
|
"name": "description",
|
|
"dataType": "TEXT",
|
|
"dataTypeDisplay": "text",
|
|
"description": "Column Description.",
|
|
"tags": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "databaseSchema",
|
|
"dataType": "TEXT",
|
|
"dataTypeDisplay": "text",
|
|
"description": "Database Schema that this table belongs to.",
|
|
"tags": []
|
|
}
|
|
],
|
|
"tags": [],
|
|
"followers": []
|
|
}
|
|
]
|
|
} |