Make it clear that previous enrich indices are deleted every 15 minutes (#109085)

Before this change, one could interpret that enrich policies are executed every 15 minutes, which is not true.
This commit is contained in:
Luiz Santos 2025-01-29 15:28:43 -03:00 committed by GitHub
parent 9edd64e608
commit c0f3024c3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ or index documents to an enrich index.
Instead, update your source indices
and <<execute-enrich-policy-api,execute>> the enrich policy again.
This creates a new enrich index from your updated source indices.
The previous enrich index will deleted with a delayed maintenance job.
By default this is done every 15 minutes.
The previous enrich index will be deleted with a delayed maintenance
job that executes by default every 15 minutes.
// end::update-enrich-index[]
By default, this API is synchronous: It returns when a policy has been executed.