Table of Contents

Public enum IndexCompatibilityStatus

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

Compatibility state for a LeanCorpus index.

public enum IndexCompatibilityStatus

Fields

Compatible = 1

The index is compatible with this build.

Corrupt = 5

The index is corrupt or structurally invalid.

Empty = 0

The directory has no committed index.

MigrationRecommended = 2

The index can be read but should be migrated.

MigrationRequired = 3

The index must be migrated before this operation can continue.

UnsupportedFutureFormat = 4

The index contains a future format version unsupported by this build.