Table of Contents

Public classSealed IndexRecovery.RecoveryResult

Namespace
Rowles.LeanLucene.Index
Assembly
Rowles.LeanLucene.dll

Result of crash recovery.

public sealed class IndexRecovery.RecoveryResult
IndexRecovery.RecoveryResult

Properties

Public property CommitFilePath

Gets the file path of the commit file that was successfully loaded.

Public property ContentToken

Gets the logical content token stored in the recovered commit.

Public property Generation

Gets the generation number of the recovered commit.

Public property SegmentIds

Gets the segment IDs referenced by the recovered commit.

Public property WasFallback

Gets a value indicating whether recovery fell back to an older commit generation.