- Learning Elastic Stack 7.0(Second Edition)
- Pranav Shukla Sharath Kumar M N
- 66字
- 2025-04-04 14:18:53
Complex datatypes
The complex datatypes supported by Elasticsearch are as follows:
- Array datatype: Arrays of the same types of instances. For example, arrays of strings, integers, and more. Doesn't allow for the mixing of datatypes in arrays.
- Object datatype: Allows inner objects within JSON documents.
- Nested datatype: Useful for supporting arrays of inner objects, where each inner object needs to be independently queriable.