Since 5.0 Inner hits supports `docvalue_fields` but it seems that, until 5.6, NEST would only support `fielddata_fields` (https://github.com/elastic/elasticsearch-net/blob/5.6.0/src/Nest/Search/Search/InnerHits/InnerHits.cs#L36), which has been renamed to `docvalue_fields` in 5.0. In master the `fielddata_values` has been removed, but we should add `docvalue_fields`.