Table of Contents

Public classSealed IndexCheckOptions

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

Options controlling index validation depth.

public sealed class IndexCheckOptions
IndexCheckOptions

Public property Deep

Gets or sets a value indicating whether all deep validation checks should run.

Public property IncludeOptionalSidecars

Gets or sets a value indicating whether optional sidecar files should be checked when present.

Public property IncludeOrphans

Gets or sets a value indicating whether orphan files should be reported.

Public property VerifyDocValues

Gets or sets a value indicating whether DocValues should be deeply validated.

Public property VerifyHnsw

Gets or sets a value indicating whether HNSW graph files should be deeply validated.

Public property VerifyLiveDocs

Gets or sets a value indicating whether live-doc files should be deeply validated.

Public property VerifyPostings

Gets or sets a value indicating whether postings should be deeply validated.

Public property VerifyStoredFields

Gets or sets a value indicating whether stored fields should be deeply validated.

Public property VerifyVectors

Gets or sets a value indicating whether vector files should be deeply validated.