Description
A common question from Solr users is how to determine how a given schema field and all its related index data contributes to the total index size.
It's possible to estimate this information by doing a single full pass through all index data, aggregating estimated sizes of terms, postings, doc values and stored fields. The totals represent of course the worst case scenario when there's no index compression at all, but still they should be useful for answering the questions above.
Attachments
Attachments
Issue Links
- causes
-
SOLR-13694 IndexSizeEstimator NullPointerException
- Resolved