BuildData updates data.
(ctx context.Context)
| 1185 | |
| 1186 | // BuildData updates data. |
| 1187 | func (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. |
no test coverage detected