We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b14a8c commit 93a2151Copy full SHA for 93a2151
docs/reference/query-dsl/fuzzy-query.asciidoc
@@ -32,11 +32,11 @@ GET /_search
32
"query": {
33
"fuzzy" : {
34
"user" : {
35
- "value" : "ki",
36
- "boost" : 1.0,
37
- "fuzziness" : 2,
38
- "prefix_length" : 0,
39
- "max_expansions": 100
+ "value": "ki",
+ "boost": 1.0,
+ "fuzziness": 2,
+ "prefix_length": 0,
+ "max_expansions": 100
40
}
41
42
@@ -71,5 +71,3 @@ GET /_search
71
WARNING: This query can be very heavy if `prefix_length` is set to `0` and if
72
`max_expansions` is set to a high number. It could result in every term in the
73
index being examined!
74
-
75
0 commit comments