SegmentInfoStatus

Holds the status of each segment in the index. See .segmentInfos.

Properties

Link copied to clipboard
var codec: Codec?

Codec used to read this segment.

Link copied to clipboard

True if segment is compound file format.

Link copied to clipboard

Current deletions generation.

Link copied to clipboard

Map that includes certain debugging details that IndexWriter records into each segment it creates

Link copied to clipboard

Status for testing of DocValues (null if DocValues could not be tested).

Link copied to clipboard

Exception thrown during segment test (null on success)

Link copied to clipboard

Status for testing of field infos

Link copied to clipboard

Status for testing of field norms (null if field norms could not be tested).

Link copied to clipboard

True if this segment has pending deletions.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Status for testing of livedocs

Link copied to clipboard
var maxDoc: Int

Document count (does not take deletions into account).

Link copied to clipboard
var name: String?

Name of the segment.

Link copied to clipboard

Number of files referenced by this segment.

Link copied to clipboard

True if we were able to open a CodecReader on this segment.

Link copied to clipboard

Status for testing of PointValues (null if PointValues could not be tested).

Link copied to clipboard

Net size (MB) of the files referenced by this segment.

Link copied to clipboard
Link copied to clipboard

Status for testing of stored fields (null if stored fields could not be tested).

Link copied to clipboard

Status for testing of indexed terms (null if indexed terms could not be tested).

Link copied to clipboard

Status for testing of term vectors (null if term vectors could not be tested).

Link copied to clipboard

doc count in this segment

Link copied to clipboard