SegmentInfoStatus
Holds the status of each segment in the index. See .segmentInfos.
Properties
Current deletions generation.
Map that includes certain debugging details that IndexWriter records into each segment it creates
Status for testing of DocValues (null if DocValues could not be tested).
Status for testing of field infos
Status for testing of field norms (null if field norms could not be tested).
True if this segment has pending deletions.
Status of HNSW graph
Status of index sort
Status for testing of livedocs
True if we were able to open a CodecReader on this segment.
Status for testing of PointValues (null if PointValues could not be tested).
Status of soft deletes
Status for testing of stored fields (null if stored fields could not be tested).
Status for testing of indexed terms (null if indexed terms could not be tested).
Status for testing of term vectors (null if term vectors could not be tested).
doc count in this segment
Status of vectors