mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
Update fuzzy-query.asciidoc (#28032)
This commit is contained in:
parent
27918567eb
commit
86bffa870b
@ -32,12 +32,11 @@ GET /_search
|
||||
"query": {
|
||||
"fuzzy" : {
|
||||
"user" : {
|
||||
"value" : "ki",
|
||||
"boost" : 1.0,
|
||||
"fuzziness" : 2,
|
||||
"prefix_length" : 0,
|
||||
"max_expansions": 100,
|
||||
"transpositions": false
|
||||
"value": "ki",
|
||||
"boost": 1.0,
|
||||
"fuzziness": 2,
|
||||
"prefix_length": 0,
|
||||
"max_expansions": 100
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user