Skip to content

Commit

Permalink
Swap wildcard and match_only_text for keyword in mappings (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland authored Dec 24, 2024
1 parent f9b2542 commit 846f143
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 224 deletions.
10 changes: 0 additions & 10 deletions plugins/setup/src/main/resources/index-template-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@
"type": "keyword"
},
"full": {
"fields": {
"text": {
"type": "match_only_text"
}
},
"ignore_above": 1024,
"type": "keyword"
},
Expand All @@ -165,11 +160,6 @@
"type": "keyword"
},
"name": {
"fields": {
"text": {
"type": "match_only_text"
}
},
"ignore_above": 1024,
"type": "keyword"
},
Expand Down
Loading

0 comments on commit 846f143

Please sign in to comment.