Skip to content

Commit bf23fcf

Browse files
committed
Clarify Azure Search unsupported data types
1 parent 6e2292a commit bf23fcf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/data-factory/connector-azure-search.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212
ms.tgt_pltfrm: na
1313

1414
ms.topic: conceptual
15-
ms.date: 08/01/2019
15+
ms.date: 09/13/2019
1616
ms.author: jingwang
1717
---
1818

@@ -161,7 +161,7 @@ Azure Search service supports writing documents as a batch. A batch can contain
161161
]
162162
```
163163

164-
### Data type support
164+
## Data type support
165165

166166
The following table specifies whether an Azure Search data type is supported or not.
167167

@@ -176,5 +176,7 @@ The following table specifies whether an Azure Search data type is supported or
176176
| String Array | N |
177177
| GeographyPoint | N |
178178

179+
Currently other data types e.g. ComplexType are not supported. For a full list of Azure Serach supported data type, see [Supported data types (Azure Search)](https://docs.microsoft.com/rest/api/searchservice/supported-data-types).
180+
179181
## Next steps
180182
For a list of data stores supported as sources and sinks by the copy activity in Azure Data Factory, see [supported data stores](copy-activity-overview.md##supported-data-stores-and-formats).

0 commit comments

Comments
 (0)