Hi hubt,
Repair index will only work if sync_state is set to not synced. Else it is a no-op. If it is not sync, then repair is similar to drop_index and then create index.
Can you share the details of the records which are missing. Also can you share the result of following command ?
- aql> stat index <namespace_name>
- asinfo -v “statistics”
Thanks