Skip to content

Commit

Permalink
fix ignore_above with keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Apr 20, 2023
1 parent 97a8ecf commit 846d701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ describe('mappingFromFieldMap', () => {
url: {
ignore_above: 2048,
index: false,
type: 'text',
type: 'keyword',
},
uuid: {
type: 'keyword',
Expand Down

0 comments on commit 846d701

Please sign in to comment.