1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search
  6. /
  7. Index
  8. /
  9. CheckSegments

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