Is elasticsearch multi get api realtime? Is elasticsearch multi get api realtime? elasticsearch elasticsearch

Is elasticsearch multi get api realtime?


Yes, the _mget endpoint is also realtime (by default) but can also be executed in non-realtime if desired.

A quick look at the source code of MultiGetRequest.java reveals that the realtime boolean is true by default but can also be set to false if desired.