Can elasticsearch handle the indexing part if I change schema of data ?
For example: My first data contains fields (name, age, address, company) then if I add a similar data with additional field like (name, age, address, company, country). Is this situation can be handled by elasticsearch ? Or to use elasticsearch the data should have same structure ?
Kind regards,
Haseb Ansari