Skip to content

Fuzzy search

Edit page
PUT /test/querydsl/fuzzy/keyword/doc
{
"_id": {
"_type": "keyword",
},
"field": {
"_type": "keyword",
"_value": "uncertain"
}
}
SEARCH /test/querydsl/fuzzy/keyword/
PUT /test/querydsl/fuzzy/text/doc
{
"_id": {
"_type": "keyword",
},
"field": {
"_type": "text",
"_value": "uncertain"
}
}
SEARCH /test/querydsl/fuzzy/text/