Skip to main content

Interface: ReindexProgress

Defined in: type/ReindexProgress.ts:4

Object class for ReindexProgress

Properties

activeBatches

activeBatches: number

Defined in: type/ReindexProgress.ts:16

activeBatches field


completedBatches

completedBatches: number

Defined in: type/ReindexProgress.ts:12

completedBatches field


docSuccessRate?

optional docSuccessRate?: number

Defined in: type/ReindexProgress.ts:40

Percentage of expected documents actually indexed


error?

optional error?: string

Defined in: type/ReindexProgress.ts:42

error field


failedBatches

failedBatches: number

Defined in: type/ReindexProgress.ts:14

failedBatches field


failedJob?

optional failedJob?: string

Defined in: type/ReindexProgress.ts:44

failedJob field


indexedCategories?

optional indexedCategories?: number

Defined in: type/ReindexProgress.ts:38

Verified category count after indexing


indexedClusters?

optional indexedClusters?: number

Defined in: type/ReindexProgress.ts:36

Verified cluster count after indexing


indexedDocs?

optional indexedDocs?: number

Defined in: type/ReindexProgress.ts:32

Verified parent document count after indexing


indexedProducts?

optional indexedProducts?: number

Defined in: type/ReindexProgress.ts:34

Verified product count after indexing


phase?

optional phase?: string

Defined in: type/ReindexProgress.ts:6

phase field


progressPercent

progressPercent: number

Defined in: type/ReindexProgress.ts:28

progressPercent field


queuedBatches

queuedBatches: number

Defined in: type/ReindexProgress.ts:10

queuedBatches field


startedAt?

optional startedAt?: number

Defined in: type/ReindexProgress.ts:30

startedAt field


totalBatches

totalBatches: number

Defined in: type/ReindexProgress.ts:8

totalBatches field


totalCategories?

optional totalCategories?: number

Defined in: type/ReindexProgress.ts:26

totalCategories field


totalClusters?

optional totalClusters?: number

Defined in: type/ReindexProgress.ts:24

totalClusters field


totalDocs

totalDocs: number

Defined in: type/ReindexProgress.ts:20

totalDocs field


totalProducts?

optional totalProducts?: number

Defined in: type/ReindexProgress.ts:22

totalProducts field


waitingBatches

waitingBatches: number

Defined in: type/ReindexProgress.ts:18

waitingBatches field