我在查询字符串中指定了一个fuzzy_prefix_length,但是搜索“tes”并没有拉出标题为“test”的帖子......任何想法我做错了什么?
这是我的查询字符串设置
"query" : {
"query_string" : {
"query" : the-query-string-goes-here,
"default_operator" : "AND",
"fuzzy_prefix_length" : 3,
}
}
我在查询字符串中指定了一个fuzzy_prefix_length,但是搜索“tes”并没有拉出标题为“test”的帖子......任何想法我做错了什么?
这是我的查询字符串设置
"query" : {
"query_string" : {
"query" : the-query-string-goes-here,
"default_operator" : "AND",
"fuzzy_prefix_length" : 3,
}
}