Hi Team,
I am having two indexes one is orders index(Stores Orders information) and other one is items index(Store the information related to each order with list of items) and i wanted to enrich my orders index with the items information based on a match_field called ordernumber.
My Query: I am planning to use enrich index but my doubt is my items index is time series index and will get the new documents daily. Is there a way to automatically update the enrich index when there is a change in source index on which the enrich index was build.