Sriharsha Chintalapani 7aaf654f01
Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch (#12782)
* 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>
2023-08-10 16:47:37 -07:00

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": []
}
]
}