
IndexCheckIssueCodes
- Namespace
- Rowles.LeanCorpus.Index
- Assembly
- Rowles.LeanCorpus.dll
Stable issue codes emitted by IndexValidator.
public static class IndexCheckIssueCodes
Fields
CommitCrcMismatch
A commit file failed CRC validation.
CommitGenerationMismatch
A commit file generation does not match its file name.
CommitInvalidJson
A commit file contains invalid JSON.
CommitUnreadable
A commit file could not be read.
DeletionFileMissing
A deletion generation file is missing for a segment with deletions.
DeletionFileUnreadable
A deletion file could not be read.
DeletionLiveCountMismatch
A deletion file live count differs from segment metadata.
DocValuesDocCountMismatch
A DocValues field document count differs from segment metadata.
DocValuesReadFailure
A DocValues file could not be read.
HnswDimensionMismatch
An HNSW file dimension differs from segment metadata.
HnswFileMissing
An HNSW file declared by segment metadata is missing.
HnswNormalisationMismatch
An HNSW file normalisation flag differs from segment metadata.
HnswReadFailure
HNSW graph data could not be read during deep validation.
InvalidCodecMagic
A codec file has invalid magic.
InvalidDocCount
Segment document count is invalid.
InvalidHnswHeader
An HNSW file has an invalid header.
InvalidLiveDocCount
Segment live-document count is invalid.
InvalidStoredFieldHeader
A stored-field file has an invalid header.
InvalidStoredFieldOffsets
A stored-field index contains invalid block offsets.
InvalidVectorHeader
A vector file has an invalid header.
LegacyIssue
Compatibility code used for issues added through the legacy internal API.
MigrationInProgress
A migration marker shows that migration is currently in progress.
MigrationRecommended
An index can be opened but migration is recommended.
MigrationRequired
An index must be migrated before the requested operation can continue.
MigrationStagingCleanupFailed
A migration succeeded but its staging directory could not be removed.
NoCommitFile
No commit file was found.
PartialMigrationMarkerState
A migration marker cannot be read or describes partial migration state.
PostingsReadFailure
Postings could not be read or contain invalid document IDs during deep validation.
RequiredFileEmpty
A required segment file is empty.
RequiredFileMissing
A required segment file is missing.
SegmentIdMismatch
Segment metadata ID does not match the referenced segment ID.
SegmentMetadataUnreadable
Segment metadata could not be read.
StaleTemporaryFile
A recognised temporary file was left behind by an interrupted write.
StoredFieldDocCountMismatch
A stored-field index document count differs from segment metadata.
StoredFieldsReadFailure
Stored fields could not be read during deep validation.
UnregisteredCompressionPolicy
A stored-field file uses an unregistered compression policy.
UnsupportedCodecVersion
A codec file uses an unsupported version.
UnsupportedFutureCodecVersion
A codec file uses a future version unsupported by this build.
UnsupportedMigrationPath
A codec migration path is not supported by this build.
UnsupportedStoredFieldVersion
A stored-field file uses an unsupported version.
VectorCountMismatch
A vector file document count differs from segment metadata.
VectorDimensionMismatch
A vector file dimension differs from segment metadata.
VectorFileMissing
A vector file declared by segment metadata is missing.
VectorReadFailure
Vectors could not be read during deep validation.