使用 PHP PECL 查询 Apache Solr 中的字段
我正在尝试使用 PHP PECL 查询 Solr 中的特定字段。
目前我正在使用 setQuery 函数,但这并不 让我将查询设置为特定字段。
谢谢 凯文
I am trying to query a specific field in Solr with PHP PECL.
Currently I am using the setQuery function, but this does not
let me set the query to a specific field.
Thanks
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你必须使用“edismax”解析器,试试这个:
I think you have to use "edismax" parser, try this: