Dynamically update a target index after completion of indexing (When combining two indexes)

Hi,
I have used enrich index (addresses) to ingest to incoming documents(customers) in order to combine both indexes(customers and addresses). The indexes have fields as below
Customers : name, age, email, address_id
Addresses : address_id,city

as the result of ingest pipeline(with enrich policy) I could get an index "customer_address" which has name,age,email,address_id,city with every records perfectly. My problem is, I can not update customer_address index(target index) dynamically whenever I update customers index after completion of indexing. Thankful if someone suggest me to do it?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.