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:
parent
9edd64e608
commit
c0f3024c3f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue