Hello!
I found some inconsistency in the description of the refresh
parameter of Index API:
- elastic.co/guide v2.3 says it refreshes only the shard not the whole index.
-
<summary>
of the field IndexDescriptor.Refresh (NEST v2.4) says it refreshes the whole index - REST API spec v2.3.5 says it refreshed the whole index
So does refresh
parameter refresh the whole index on ES 2.3.5 or only the shard?