Hi, I know about the schemaless configuration defaulting to multivalued fields of the corresponding type.
I was just wondering if there was a way to first detect if the incoming value is list or singleton, and based on it pick the corresponding types. Ideally if the value is an long then use tlong while if it is list of longs then use tlongS. Thanks! John