You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ES nested type mapping from JSON to VARIANT
Elasticsearch nested type should map to Doris VARIANT type for better
flexible schema handling. Added links to VARIANT documentation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/migration/elasticsearch-to-doris.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This guide covers migrating data from Elasticsearch to Apache Doris. Doris can s
25
25
26
26
2.**Index to Table Mapping**: Each Elasticsearch index typically maps to a Doris table.
27
27
28
-
3.**Nested Documents**: Elasticsearch nested/object types map to Doris JSON type.
28
+
3.**Nested Documents**: Elasticsearch nested types map to Doris [VARIANT](../data-operate/import/complex-types/variant.md) type for flexible schema handling.
29
29
30
30
4.**Array Handling**: Elasticsearch arrays require explicit configuration in Doris.
31
31
@@ -48,7 +48,7 @@ This guide covers migrating data from Elasticsearch to Apache Doris. Doris can s
48
48
| text | STRING | Consider inverted index in Doris |
49
49
| date | DATE or DATETIME | See [Date Handling](#handling-date-types)|
50
50
| ip | STRING ||
51
-
| nested |JSON ||
51
+
| nested |VARIANT | See [VARIANT type](../data-operate/import/complex-types/variant.md) for flexible schema|
0 commit comments