How to update index when using separate data extraction

Hi,

the documentation for Separate Data Extraction shows how to create an index, but does not mention how to update it afterward. We thought we would need to extract the data from the changed documents and then pass it to the index.Update method, but it does not accept ExtractedData objects.

How do we update the index, when using separate extraction?

1 Like

@jamsharp

The documentation article Separate data extraction has been updated. It mentions that when indexed documents change and need to be updated in the index, the same process must be followed: data must be extracted again from the updated documents and then added to the index.