I'm running 7.15 so it's not the latest binary code.
How do I add sorting index in setting?
I'm getting invalid sort order error. It seems composable index only takes builder for settings; therefore, I convert all values to string.
The Settings builder doesn't seem to have a put() method for ArrayList, so I assume converting to string is the right thing to do.
Any suggestions?
The composable index template seems much harder to work with comparing to the legacy template where I can simply pass in a map for both settings and mappings.