
IndexCheckResult
- Namespace
- Rowles.LeanLucene.Index
- Assembly
- Rowles.LeanLucene.dll
Result of an Validate(MMapDirectory) call.
public sealed class IndexCheckResult
IndexCheckResult
Properties
DocumentsChecked
Gets the total number of documents checked across all segments.
IsHealthy
Gets a value indicating whether the index is healthy (no issues found).
Issues
Gets the list of issues found during validation.
SegmentsChecked
Gets the number of segments that were checked.