Indices.query.bool.max_clause_count

If i change this setting on the elasticsearch yml after i had created does it apply to previous created indices?

AFAIK, it affects the query that is being executed as it limits the number of clauses in a query, not the indices it affects. But I could be wrong.