Framework
IndexIntegrityResult
Result of a sorted index integrity check.
| Property | Type | Description |
|---|
entriesChecked | number | Total entries checked |
field | string | - |
isValid | boolean | - |
missingInIndex | string[] | Record IDs in catalog but not in index |
orphanedInIndex | string[] | Record IDs in index but not in catalog |
wrongValues | { actual: unknown; expected: unknown; id: string; }[] | Entries with wrong values |