Skip to content

Commit

Permalink
MINOR search fix (#14480)
Browse files Browse the repository at this point in the history
(cherry picked from commit f5f0e6b)
  • Loading branch information
07Himank authored and Sachin-chaurasiya committed Jan 4, 2024
1 parent f21c2a1 commit ac93170
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@
"fullyQualifiedName": {
"type": "text"
},
"displayName": {
"type": "keyword",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"description": {
"type": "text"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,15 @@
"fullyQualifiedName": {
"type": "text"
},
"displayName": {
"type": "keyword",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"description": {
"type": "text"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@
"fullyQualifiedName": {
"type": "text"
},
"displayName": {
"type": "keyword",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"description": {
"type": "text"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@
"fullyQualifiedName": {
"type": "text"
},
"displayName": {
"type": "keyword",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"description": {
"type": "text"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@
"fullyQualifiedName": {
"type": "text"
},
"displayName": {
"type": "keyword",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"description": {
"type": "text"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@
"fullyQualifiedName": {
"type": "text"
},
"displayName": {
"type": "keyword",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"description": {
"type": "text"
},
Expand Down

0 comments on commit ac93170

Please sign in to comment.