hello.
we about to upgrade to elasticsearch552. part of it is to change the indices design from one index and multiple types to index per type. we plan to name each index with the same prefix and also to have alias to each index.
the client that query the DB suppose to search by the following paramers:
index: prefix*
type: specific type name
query:...
the question is how using wildcard for the index name really works and if there is any performance issue searching data this way.