Skip to content
Snippets Groups Projects
Commit 1ef70c15 authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Update the document on the force_clean parameter of re-index API

parent 0b601b2d
No related branches found
No related tags found
1 merge request!612Update the document on the force_clean parameter of re-index API
Checking pipeline status
......@@ -153,8 +153,7 @@ Users must be a member of `users.datalake.admins` or `users.datalake.ops` group.
#### Query parameters
`force_clean` <br />
&emsp;&emsp;(optional, Boolean) If a kind has been previously indexed with a schema and if you wish to apply latest schema changes before re-indexing, than use this query parameter. It will drop the current Index schema, apply latest schema changes & re-index records. If `false`, reindex API
will use the same schema and overwrite records with the same ids. Default value is `false`.
&emsp;&emsp;(optional, Boolean) If there is any inconsistency between the storage records and the index records, you can use this query parameter to synchronize them. If `true`, it will drop the current index data, apply latest schema changes & re-index records. If `false`, reindex API will apply the latest schema and overwrite records with the same ids. Default value is `false`.
#### Request body
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment