We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cd313 commit 7ed0857Copy full SHA for 7ed0857
server/src/main/java/org/elasticsearch/index/mapper/KeywordFieldMapper.java
@@ -390,7 +390,7 @@ public KeywordFieldMapper build(MapperBuilderContext context) {
390
391
// keep track of value offsets so that we can reconstruct arrays from doc values in order as was specified during indexing
392
// (if field is stored then there is no point of doing this)
393
- offsetsFieldName = leafName() + OFFSETS_FIELD_NAME_SUFFIX;
+ offsetsFieldName = context.buildFullName(leafName() + OFFSETS_FIELD_NAME_SUFFIX);
394
} else {
395
offsetsFieldName = null;
396
}
0 commit comments