You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 270_Fuzzy_matching/40_Fuzzy_match_query.asciidoc
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[[fuzzy-match-query]]
2
-
=== Fuzzy match Query
2
+
=== 模糊匹配查询
3
3
4
-
The `match` query supports ((("typoes and misspellings", "fuzzy match query")))((("match query", "fuzzy matching")))((("fuzzy matching", "match query")))fuzzy matching out of the box:
4
+
`match` 查询支持((("typoes and misspellings", "fuzzy match query")))((("match query", "fuzzy matching")))((("fuzzy matching", "match query")))开箱即用的模糊匹配:
5
5
6
6
[source,json]
7
7
-----------------------------------
@@ -19,11 +19,9 @@ GET /my_index/my_type/_search
19
19
}
20
20
-----------------------------------
21
21
22
-
The query string is first analyzed, to produce the terms `[surprize, me]`, and
23
-
then each term is fuzzified using the specified `fuzziness`.
0 commit comments