|
1 | 1 | --- |
2 | 2 | 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 |
4 | 4 | author: expekesheth |
5 | 5 | ms.service: azure-health-data-services |
6 | 6 | ms.subservice: fhir |
@@ -109,7 +109,7 @@ content-type: application/fhir+json |
109 | 109 | } |
110 | 110 | ``` |
111 | 111 | > [!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`. |
113 | 113 |
|
114 | 114 | ## How to check the status of a reindex job |
115 | 115 |
|
@@ -191,7 +191,7 @@ The following information is shown in the preceding response: |
191 | 191 |
|
192 | 192 | * `totalResourcesToReindex`: Includes the total number of resources that are being reindexed in this job. |
193 | 193 |
|
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. |
195 | 195 |
|
196 | 196 | * `progress`: Reindex job percent complete. Equals `resourcesSuccessfullyReindexed`/`totalResourcesToReindex` x 100. |
197 | 197 |
|
@@ -234,7 +234,7 @@ content-type: application/fhir+json |
234 | 234 |
|
235 | 235 | ## Next steps |
236 | 236 |
|
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 |
238 | 238 |
|
239 | 239 | >[!div class="nextstepaction"] |
240 | 240 | >[Defining custom search parameters](how-to-do-custom-search.md) |
|
0 commit comments