method

Store.SyncIndexes

func (backend *Store) SyncIndexes( ctx context.Context, manifest schema.Manifest, ) error

Create only missing managed indexes for explicit development/bootstrap synchronization.

Source adapters/mongodb/indexes.go:107

@param ctx
The ctx value.
@param manifest
The manifest value.
@returns
The declared result.

SyncIndexes never drops or rewrites an index and does not install migration state. Production changes use reviewed immutable artifacts.

Related types

  • Store

    A replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.

  • Manifest

    An immutable versioned schema contract.