Fuzzy search
Edit pageSearch keywords and text with partial
Section titled “Search keywords and text with partial”Index strin values
Section titled “Index strin values”PUT /test/querydsl/fuzzy/keyword/doc
{ "_id": { "_type": "keyword", }, "field": { "_type": "keyword", "_value": "uncertain" }}Search fuzzy
Section titled “Search fuzzy”SEARCH /test/querydsl/fuzzy/keyword/Index text values
Section titled “Index text values”PUT /test/querydsl/fuzzy/text/doc
{ "_id": { "_type": "keyword", }, "field": { "_type": "text", "_value": "uncertain" }}Search fuzzy
Section titled “Search fuzzy”SEARCH /test/querydsl/fuzzy/text/