IndexCheckSeverity
- Namespace
- Rowles.LeanCorpus.Index
- Assembly
- Rowles.LeanCorpus.dll
Severity of an index validation issue.
public enum IndexCheckSeverity
Fields
Error = 2Fatal issue that means the checked index is not healthy.
Info = 0Informational diagnostic that does not affect index health.
Warning = 1Non-fatal issue that should be reviewed.