SOLR edismax 使用表达式进行搜索
我有一个带有文本的“拼写”字段:
广场阿波斯塔阿波斯塔佩特内雷阿尔卡尔多奎斯特苏总理矿石阿尔 世界
我如何搜索这样的内容:
http://localhost:8080/solr/select?q={!type=edismax qf=spell v='apposta apposta per'} OR {!type=edismax qf=spell v='sue prime ore al'} - incorrect
我的意思是如何在 edismax 查询中使用表达式 AND/OR/NOT 。
I have a field "spell" with text:
piazzata apposta apposta per tenere al caldo queste sue prime ore al
mondo
How can I search something like this:
http://localhost:8080/solr/select?q={!type=edismax qf=spell v='apposta apposta per'} OR {!type=edismax qf=spell v='sue prime ore al'} - incorrect
I mean how can I use expressions AND/OR/NOT in edismax query.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使您的配置更简单
并尝试 -
You can make your configurations simpler
and try -