ReindexProgress
No description
type ReindexProgress {
phase: String
totalBatches: Int!
queuedBatches: Int!
completedBatches: Int!
failedBatches: Int!
activeBatches: Int!
waitingBatches: Int!
totalDocs: Int!
totalProducts: Int
totalClusters: Int
totalCategories: Int
progressPercent: Float!
startedAt: Float
indexedDocs: Int
indexedProducts: Int
indexedClusters: Int
indexedCategories: Int
docSuccessRate: Float
error: String
failedJob: String
}
Fields
ReindexProgress.phase ● String scalar
ReindexProgress.totalBatches ● Int! non-null scalar
ReindexProgress.queuedBatches ● Int! non-null scalar
ReindexProgress.completedBatches ● Int! non-null scalar
ReindexProgress.failedBatches ● Int! non-null scalar
ReindexProgress.activeBatches ● Int! non-null scalar
ReindexProgress.waitingBatches ● Int! non-null scalar
ReindexProgress.totalDocs ● Int! non-null scalar
ReindexProgress.totalProducts ● Int scalar
ReindexProgress.totalClusters ● Int scalar
ReindexProgress.totalCategories ● Int scalar
ReindexProgress.progressPercent ● Float! non-null scalar
ReindexProgress.startedAt ● Float scalar
ReindexProgress.indexedDocs ● Int scalar
Verified parent document count after indexing
ReindexProgress.indexedProducts ● Int scalar
Verified product count after indexing
ReindexProgress.indexedClusters ● Int scalar
Verified cluster count after indexing
ReindexProgress.indexedCategories ● Int scalar
Verified category count after indexing
ReindexProgress.docSuccessRate ● Float scalar
Percentage of expected documents actually indexed
ReindexProgress.error ● String scalar
ReindexProgress.failedJob ● String scalar
Member Of
ReindexStatusResponse object