MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / BuildData

Method BuildData

posting/index.go:1187–1189  ·  view source on GitHub ↗

BuildData updates data.

(ctx context.Context)

Source from the content-addressed store, hash-verified

1185
1186// BuildData updates data.
1187func (rb *IndexRebuild) BuildData(ctx context.Context) error {
1188 return rebuildListType(ctx, rb)
1189}
1190
1191// NeedIndexRebuild returns true if any of the tokenizer, reverse
1192// or count indexes need to be rebuilt.

Callers 1

runSchemaMutationFunction · 0.95

Calls 1

rebuildListTypeFunction · 0.85

Tested by

no test coverage detected