gpt4 book ai didi

elasticsearch - 包含/的elasticsearch查询字符串

转载 作者:行者123 更新时间:2023-12-03 01:46:18 31 4
gpt4 key购买 nike

我正在尝试在 Elasticsearch 中查询。除搜索中出现“/”外,此功能均正常运行。查询如下所示

GET styling_rules/product_line_filters/_search
{
"query": {
"filtered": {
"query": {
"query_string" : {
"query" : "boyfriend / boxy"
}
},
"filter": {
"term": {
"product_line_name": "women_blazers"
}
}
}
}
}

这里在elasticsearch中已经存在“/”,但在查询中却显示错误。如何处理这些情况。提前致谢

最佳答案

您需要转义该字符。在此处查看query_string中要转义的字符的完整列表:https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_reserved_characters

关于elasticsearch - 包含/的elasticsearch查询字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43680189/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com