I am using the JDBC river to populate docs in elastic search from Sql Server. I am fetching data using a simple Sql query and have set the polling to 20 mins. Now suppose the river fetches 100 docs the first time it polls sql server. And after 20 mins, when it fetches the data again it gets 120 docs where there are 40 new records and 20 records which were deleted in sql server are not there.
Will the records which were deleted from the Sql server also be deleted from the index at ElasticSearch? (This doesnt seem to be happening)