CheckSegments

Index.CheckSegments method

Checks the index for damaged segment files on the disk. The method fixes index functionality in the presence of damaged segments, if fixIndexFunctionality is true; does not fix - otherwise.

public void CheckSegments(bool fixIndexFunctionality)
Parameter Type Description
fixIndexFunctionality Boolean The index functionality fix flag.

See Also