Skip to content

Commit ba4d8cc

Browse files
authored
Refine descriptions in how-to-run-a-reindex.md
1 parent f1b05bf commit ba4d8cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/healthcare-apis/fhir/how-to-run-a-reindex.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to run a reindex job in FHIR service - Azure Health Data Services
3-
description: How to run a reindex job to index any search or sort parameters that haven't yet been indexed in your database
3+
description: How to run a reindex job to index any search or sort parameters that are not yet indexed in your database
44
author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
@@ -109,7 +109,7 @@ content-type: application/fhir+json
109109
}
110110
```
111111
> [!NOTE]
112-
> To check the status of, or cancel a reindex job, you need the reindex ID. This is the `"id"` carried in the `"parameter"` value of the response. In the preceding example, the ID for the reindex job would be `560c7c61-2c70-4c54-b86d-c53a9d29495e`.
112+
> To check the status of, or cancel a reindex job, you need the reindex ID. Reindex ID is the `"id"` carried in the `"parameter"` value of the response. In the preceding example, the ID for the reindex job would be `560c7c61-2c70-4c54-b86d-c53a9d29495e`.
113113
114114
## How to check the status of a reindex job
115115

@@ -191,7 +191,7 @@ The following information is shown in the preceding response:
191191

192192
* `totalResourcesToReindex`: Includes the total number of resources that are being reindexed in this job.
193193

194-
* `resourcesSuccessfullyReindexed`: The total number of resources that have already been reindexed in this job.
194+
* `resourcesSuccessfullyReindexed`: The total number of resources reindexed in this job.
195195

196196
* `progress`: Reindex job percent complete. Equals `resourcesSuccessfullyReindexed`/`totalResourcesToReindex` x 100.
197197

@@ -234,7 +234,7 @@ content-type: application/fhir+json
234234
235235
## Next steps
236236

237-
In this article, you've learned how to perform a reindex job in your FHIR service. To learn how to define custom search parameters, see
237+
In this article, you learned how to perform a reindex job in your FHIR service. To learn how to define custom search parameters, see
238238

239239
>[!div class="nextstepaction"]
240240
>[Defining custom search parameters](how-to-do-custom-search.md)

0 commit comments

Comments
 (0)