This affects all other index types that don't support non-simple collations. The issue is that the index build request inherits the collection's default collation, but IndexCatalog::_isSpecOk() prevents the index type from having a "collation" element specified, even if its locale is "simple".
- is related to
-
SERVER-23945 Index builds lacking a collation must inherit the collection's default collation
- Closed