Added Note to ES Mappings

This commit is contained in:
Corey Ogburn
2024-10-04 14:22:27 -06:00
parent a76a2d8e9f
commit e11c562022

View File

@@ -142,6 +142,9 @@
"userId": { "userId": {
"ignore_above": 1024, "ignore_above": 1024,
"type": "keyword" "type": "keyword"
},
"note": {
"type": "text"
} }
} }
} }