File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server/src/main/java/org/elasticsearch/index/mapper Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11pr : 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.
33area : Mapping
44type : enhancement
55issues : []
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments