Future<void> index(String fieldName) async { harnLog.register({"index": fieldName}); return _harnCollection.index(fieldName); }