如何解析布尔搜索查询

发布于 2024-10-18 02:18:39 字数 259 浏览 1 评论 0原文

我需要使用布尔参数解析搜索查询。例如,如果我有查询

(Mexico or Peru) and ((Air and Wind) or (Big and Little))

我想根据运算符创建几个子查询。因此,此查询将为我提供以下子查询

Mexico , Air, Wind
墨西哥,大,小
秘鲁,空气,风
秘鲁,大,小

有谁知道我可以使用的算法或者可以帮助我的库吗?

谢谢你!

I need to parse a search query with boolean parameters. For example, if I have the query

(Mexico or Peru) and ((Air and Wind) or (Big and Little))

I want to create several sub-queries based on the operators. So, this query will give me the following sub queries

Mexico , Air, Wind
Mexico , Big , Little
Peru, Air , Wind
Peru, Big , Little

Does anyone have an idea about an algorithm I could use or maybe a library that would help me with that?

Thank you!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文