Composable Index template with java REST

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.

Never mind.
There's builder.putList() that works.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.