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