Skip to content

Commit f393ae3

Browse files
gskemajimczi
authored andcommitted
Update fuzzy-query.asciidoc (#28032)
1 parent 7872aaa commit f393ae3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/reference/query-dsl/fuzzy-query.asciidoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ GET /_search
3232
"query": {
3333
"fuzzy" : {
3434
"user" : {
35-
"value" : "ki",
36-
"boost" : 1.0,
37-
"fuzziness" : 2,
38-
"prefix_length" : 0,
39-
"max_expansions": 100
35+
"value": "ki",
36+
"boost": 1.0,
37+
"fuzziness": 2,
38+
"prefix_length": 0,
39+
"max_expansions": 100
4040
}
4141
}
4242
}
@@ -67,5 +67,3 @@ GET /_search
6767
WARNING: This query can be very heavy if `prefix_length` is set to `0` and if
6868
`max_expansions` is set to a high number. It could result in every term in the
6969
index being examined!
70-
71-

0 commit comments

Comments
 (0)