Skip to content

Commit

Permalink
DenseVectorFieldMapper fixed typo (elastic#108065)
Browse files Browse the repository at this point in the history
* DVFM fixed typo
  • Loading branch information
tteofili authored Apr 30, 2024
1 parent c2a090c commit 740b919
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/108065.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 108065
summary: '`DenseVectorFieldMapper` fixed typo'
area: Mapping
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ public void parse(DocumentParserContext context) throws IOException {
+ name()
+ "] of type ["
+ typeName()
+ "] doesn't not support indexing multiple values for the same field in the same document"
+ "] doesn't support indexing multiple values for the same field in the same document"
);
}
if (Token.VALUE_NULL == context.parser().currentToken()) {
Expand Down

0 comments on commit 740b919

Please sign in to comment.