Table of Contents

Public enum IndexOpenCompatibilityMode

Namespace
Rowles.LeanCorpus.Index
Assembly
Rowles.LeanCorpus.dll

Controls compatibility checks performed before opening an index.

public enum IndexOpenCompatibilityMode

Fields

AllowSupportedOlderFormats = 1

Allow readable older formats while still rejecting corrupt and future formats.

Strict = 0

Reject corrupt indexes, unsupported future formats, and migration-required indexes.

UnsafeIgnoreCompatibility = 2

Skip compatibility guardrails. This mode is intended only for diagnostics and recovery tooling.