Not able to set the property rollover_alias using java-client opensearch. The rollover policy misses rollover_alias index setting
I’m using the opensearch-java-2.13.0 client to create a template which uses a ISM policy to perform rollover action. I got the the rollover policy misses rollover_alias index setting error.
opensearch-java nested aggregations
Trying to use the opensearch-java client to perform aggregations on nested documents. We have an index of projects, and each document has a nested palette document, and we want to count all the primary color choices, in order to get an idea of how popular each one is on each project. The json of a successful query looks something like this