Initiating the discussion thread to propose the creation of the Heterogeneous Index in AsterixDB. *Feature:* Heterogeneous Index
*Details:*In the current version of AsterixDB, creating a secondary index on a field requires that the field's type be either defined within the data type or explicitly specified in the index DDL. We are planning to introduce the Heterogeneous Index in AsterixDB, which will allow you to create an index on a field without the need to define its type. This means the field’s type will no longer need to be specified in either the data type or the index creation DDL. *Changeset*: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18522 *APE*: https://cwiki.apache.org/confluence/display/ASTERIXDB/APE+10%3A+Heterogeneous+Indexes