Add documentation for reindex-terminology command (#4146)

Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>
This commit is contained in:
jmarchionatto 2022-10-17 13:40:10 -04:00 committed by GitHub
parent a5fb87bb1d
commit f6fe8dfc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
type: doc
issue: 4145
title: "Documentation was added for `reindex-terminology` command."

View File

@ -100,3 +100,13 @@ Note that the path and exact filename of the terminology files will likely need
The `migrate-database` command may be used to Migrate a database schema when upgrading a [HAPI FHIR JPA](/docs/server_jpa/introduction.html) project from one version of HAPI FHIR to another version.
See [Upgrading HAPI FHIR JPA](/docs/server_jpa/upgrading.html) for information on how to use this command.
# Reindex Terminology
The `reindex-terminology` command may be used to recreate freetext indexes for terminology resources.
To execute this command to reindex terminology resources to a local CLI server, issue the following:
```
reindex-terminology -v r4 -t "http://localhost:8000"
```