Closed
Description
I am working on support for composable index templates. #1458
According to the documentation Properties of alias:
filter (Optional, Query DSL object) Query used to limit documents the alias can access.
But the filter property of AliasData is of type Document, it currently seems to be able to convert to and from AliasMetadata(Elasticsearch class),But it may be more reasonable to use Query.