Fuzzy Search
{
"mappings": {
"general": {
"_source": {
"excludes": [
"name"
]
},
"properties": {
"id": {
"type": "text"
},
"dob": {
"type": "date"
},
"name": {
"type": "text"
}
}
}
}
}Last updated
Was this helpful?