Updating documents in an index with nested types

I am using an index with has nested types. Noticed that some updates to these documents taking over 30 mins to show up on the search results. Is this expected? There were multiple updates to the document, but the last update took over 40 minutes to show up on the search api.

We do have 2 replicas as the setting for the index. Could the replication be causing the issue?

can you reproduce this using curl/dev-tools on the commandline? I'd like to figure out first, that elasticsearch is the cuprit here and not any other part of your ingestion pipeline.

what is your refresh interval set to?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.