
IndexSizeReport
- Namespace
- Rowles.LeanLucene.Diagnostics
- Assembly
- Rowles.LeanLucene.dll
Overall index size report.
public sealed class IndexSizeReport
IndexSizeReport
CommitFileSizeBytes
Gets the size of commit (segments_N) files in bytes.
DirectoryPath
Gets the file system path of the index directory.
SegmentCount
Gets the number of segments in the index.
SegmentDataSizeBytes
Gets the total size contributed by all segment data files in bytes.
Segments
Gets the per-segment size breakdowns.
StatsFileSizeBytes
Gets the size of statistics (stats_N.json) files in bytes.
TotalSizeBytes
Gets the total on-disk size of all index files in bytes.
TotalSizeFormatted
Human-readable total size.