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
Add ES feature compatibility tables (VARIANT, search function)
Add VARIANT vs Dynamic Mapping and search() vs query_string comparison
tables to ES migration docs (EN + ZH-CN), sourced from feature
comparison document.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|`{"bool": {"should": [...]}}`|`WHERE ... OR ...`|
94
94
|`{"exists": {"field": "email"}}`|`WHERE email IS NOT NULL`|
95
95
96
+
## Feature Compatibility
97
+
98
+
### VARIANT Type vs ES Dynamic Mapping
99
+
100
+
Doris [VARIANT](../data-operate/import/complex-types/variant.md) type provides comparable functionality to Elasticsearch Dynamic Mapping for flexible schema handling.
101
+
102
+
| Feature | Doris VARIANT | ES Dynamic Mapping | Status |
0 commit comments