IndexOpenCompatibilityMode
- Namespace
- Rowles.LeanCorpus.Index
- Assembly
- Rowles.LeanCorpus.dll
Controls compatibility checks performed before opening an index.
public enum IndexOpenCompatibilityMode
Fields
AllowSupportedOlderFormats = 1Allow readable older formats while still rejecting corrupt and future formats.
Strict = 0Reject corrupt indexes, unsupported future formats, and migration-required indexes.
UnsafeIgnoreCompatibility = 2Skip compatibility guardrails. This mode is intended only for diagnostics and recovery tooling.