Status

class Status

Returned from .checkIndex detailing the health and status of the index.

Types

Link copied to clipboard

Status from testing DocValues

Link copied to clipboard

Status from testing field infos.

Link copied to clipboard

Status from testing field norms.

Link copied to clipboard

Status from testing all HNSW graphs

Link copied to clipboard

Status from testing a single HNSW graph

Link copied to clipboard

Status from testing index sort

Link copied to clipboard

Status from testing livedocs

Link copied to clipboard

Status from testing PointValues

Link copied to clipboard

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

Link copied to clipboard

Status from testing soft deletes

Link copied to clipboard

Status from testing stored fields.

Link copied to clipboard

Status from testing term index.

Link copied to clipboard

Status from testing stored fields.

Link copied to clipboard

Status from testing vector values

Properties

Link copied to clipboard

True if no problems were found with the index.

Link copied to clipboard

Directory index is in.

Link copied to clipboard

The greatest segment name.

Link copied to clipboard

True if we were unable to locate and load the segments_N file.

Link copied to clipboard

SegmentInfos instance containing only segments that had no problems (this is used with the CheckIndex.exorciseIndex method to repair the index).

Link copied to clipboard

How many bad segments were found.

Link copied to clipboard

Number of segments in the index.

Link copied to clipboard

True if we checked only specific segments (.checkIndex was called with non-null argument).

Link copied to clipboard

List of SegmentInfoStatus instances, detailing status of each segment.

Link copied to clipboard

Empty unless you passed specific segments list to check as optional 3rd argument.

Link copied to clipboard

Name of latest segments_N file in the index.

Link copied to clipboard

True if the index was created with a newer version of Lucene than the CheckIndex tool.

Link copied to clipboard

How many documents will be lost to bad segments.

Link copied to clipboard

Holds the userData of the last commit in the index

Link copied to clipboard

Whether the SegmentInfos.counter is greater than any of the segments' names.