
IndexCheckOptions
- Namespace
- Rowles.LeanCorpus.Index
- Assembly
- Rowles.LeanCorpus.dll
Options controlling index validation depth.
public sealed class IndexCheckOptions
- Inheritance
-
IndexCheckOptions
Catalog
Gets or sets the immutable codec catalogue used for frame and temporary-file validation.
Deep
Gets or sets a value indicating whether all deep validation checks should run.
IncludeOptionalSidecars
Gets or sets a value indicating whether optional sidecar files should be checked when present.
IncludeOrphans
Gets or sets a value indicating whether orphan files should be reported.
VerifyDocValues
Gets or sets a value indicating whether DocValues should be deeply validated.
VerifyHnsw
Gets or sets a value indicating whether HNSW graph files should be deeply validated.
VerifyLiveDocs
Gets or sets a value indicating whether live-doc files should be deeply validated.
VerifyPostings
Gets or sets a value indicating whether postings should be deeply validated.
VerifyStoredFields
Gets or sets a value indicating whether stored fields should be deeply validated.
VerifyVectors
Gets or sets a value indicating whether vector files should be deeply validated.