Open
Description
I am indexing some tables from a postgresql database.
One document that maps to a specific table contains a nested document that is not populated by the jdbc-river but added at a later point via the update API from a different datasource (filesystem)
When the jdb-river runs again the entire document is overwritten and the nested documents are lost.
Is there anyway to support partial updates via the jdbc-river ? I don't think the table strategy can help because also with the table strategy the document is overwritten