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?