Skip to content

Commit 7779649

Browse files
authored
Reflect not supporting deletion of complex types
1 parent a681a81 commit 7779649

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/search/search-howto-index-cosmosdb-gremlin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99

1010
ms.service: cognitive-search
1111
ms.topic: how-to
12-
ms.date: 07/12/2022
12+
ms.date: 09/08/2022
1313
---
1414

1515
# Index data from Azure Cosmos DB using the Gremlin API
@@ -297,6 +297,9 @@ api-key: [Search service admin key]
297297
}
298298
```
299299

300+
Even if you enable deletion detection policy, deleting complex (`Edm.ComplexType`) fields from the index is not supported. This policy requires that the 'active' column in the Gremlin database to be of type integer, string or boolean.
301+
302+
300303
<a name="MappingGraphData"></a>
301304

302305
## Mapping graph data to fields in a search index

0 commit comments

Comments
 (0)