Hello,
So I'm trying to add new mapping parameters to my index, reindex, and then compare the index size increase. Specifically, I'm interested in the term_vectors field and how much it would increase index size.. should I use it, is it recommended, what are the benefits and example use cases?
The problem is, I'm reindexing indices using the same mapping, but every time I reindex, the size of the newly created index always differs, shouldn't it be a constant number?