Skip to content

Commit 4bcde0d

Browse files
committed
iter
1 parent ba0434b commit 4bcde0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog/113757.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pr: 113757
2-
summary: Synthetic source doc values arrays encoding experiment
2+
summary: Store arrays offsets for keyword fields natively with synthetic source instead of falling back to ignored source.
33
area: Mapping
44
type: enhancement
55
issues: []

server/src/main/java/org/elasticsearch/index/mapper/Mapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public boolean supportStoringArrayOffsets(DocumentParserContext context) {
221221
}
222222

223223
/**
224-
* @return the offset field name used the store offsets iff {@link #supportStoringArrayOffsets(DocumentParserContext)} returns
224+
* @return the offset field name used to store offsets iff {@link #supportStoringArrayOffsets(DocumentParserContext)} returns
225225
* <code>true</code>.
226226
*/
227227
public String getOffsetFieldName() {

0 commit comments

Comments
 (0)