这个 Sphinx 错误消息到底是什么意思? ...“[...]语法错误,意外')'靠近“\/)|(\ [...]”

发布于 2024-10-18 04:50:36 字数 525 浏览 2 评论 0原文

当我尝试查询:

(P \/ \-v)|(P \/)|(P)|(\/)|(\/ \-v)|(\-v)

然后 Sphinx 给我:

error -index keyword_broad: syntax error, unexpected ')' 
near '\/)|(\/ \-v)|(\-v)'

与此查询类似的问题:

("^P \/ \-v$")|("^P \/$")|("^P$")|("^\/$")|("^\/ \-v$")|("^\-v$")

它给我:

error -index keyword_phrase: 
syntax error, unexpected '$', expecting TOK_KEYWORD or TOK_INT near 
'\/$")|("^\/ \-v$")|("^\-v$")'

有什么想法吗?因为对我来说这些查询似乎很好。

When I try to query:

(P \/ \-v)|(P \/)|(P)|(\/)|(\/ \-v)|(\-v)

then Sphinx gives me:

error -index keyword_broad: syntax error, unexpected ')' 
near '\/)|(\/ \-v)|(\-v)'

similar problem with this query:

("^P \/ \-v$")|("^P \/$")|("^P$")|("^\/$")|("^\/ \-v$")|("^\-v$")

it gives me:

error -index keyword_phrase: 
syntax error, unexpected '

Any ideas what the problem is? Cause to me those queries seem just fine.

, expecting TOK_KEYWORD or TOK_INT near '\/$")|("^\/ \-v$")|("^\-v$")'

Any ideas what the problem is? Cause to me those queries seem just fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荒岛晴空 2024-10-25 04:50:36

只是一个远景,但尽量不要逃避正斜杠,这是不必要的。

Just a longshot, but try not escaping the forward-slashes, it's unneeded.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文