You can have Edm.ComplexType
with two Edm.Double
subfields.
Edm.ComplexTypeObjects
whose properties map to sub-fields that can be of any other supported data type. This enables indexing of structured hierarchical data such as JSON. Objects in a field of type Edm.ComplexType can contain nested objects, but the level of nesting is limited.
The limits are described in Service limits.
See:
Model complex data types in Azure Cognitive Search
EDM data types used in Azure Cognitive Search indexes and documents
--
To benefit the community find the right answers, please do mark the post which was helpful by clicking on ‘Accept Answer’ & ‘Up-Vote’.