Table of Contents

Public classSealed IndexCheckResult

Namespace
Rowles.LeanCorpus.Index
Assembly
Rowles.LeanCorpus.dll
public sealed class IndexCheckResult
IndexCheckResult

Internal propertyInternal CommitGeneration

Gets the commit generation that was checked, or null when no commit was available.

Public property DetailedIssues

Gets structured validation issues.

Internal propertyInternal DocumentsChecked

Gets the total number of documents checked across all segments.

Internal propertyInternal FilesChecked

Gets the number of files that were checked.

Public property IsHealthy

Gets a value indicating whether the index has no error-severity issues.

Public property Issues

Gets validation issue messages for compatibility with the original validator API.

Internal propertyInternal SegmentsChecked

Gets the number of segments that were checked.

Internal methodInternal AddIssue(IndexCheckSeverity, string, string, string?, string?, bool, IReadOnlyList<string>?)

Internal methodInternal AddIssue(string)