Skip to content

Commit 7a7c20c

Browse files
committed
wut
1 parent 8667726 commit 7a7c20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mapper-extras/src/main/java/org/elasticsearch/index/mapper/TokenCountFieldMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public ValueFetcher valueFetcher(SearchExecutionContext context, String format)
8585
if (hasDocValues() == false) {
8686
return lookup -> List.of();
8787
}
88-
return new DocValueFetcher(docValueFormat(format, null), context.getForField(this));
88+
return new DocValueFetcher(docValueFormat(format, null), name());
8989
}
9090
}
9191

0 commit comments

Comments
 (0)