如何获取与请求匹配的字段?

发布于 2024-12-06 02:55:46 字数 187 浏览 1 评论 0原文

我需要您的帮助才能在我的 solR 查询响应中获取更多信息。

我有一个简单的输入文本,它允许我在同一查询中查询多个字段。

所以我的查询看起来像这样 “q=email:martyn+OR+name:martynn+OR+commercial:martyn ...”

响应中是否可以知道找到“martynn”的字段?

I need your help to get more information in my solR query's response.

i've got a simple input text which allows me to query several fields in the same query.

So my query looks like this
"q=email:martyn+OR+name:martynn+OR+commercial:martyn ..."

Is it possible in the response to know the fields where "martynn" has been found?

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

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

发布评论

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

评论(1

遗失的美好 2024-12-13 02:55:46

将其添加到您的查询字符串中:

hl=true&hl.fl=*

它告诉 solr 突出显示进行匹配的字段。

solr wiki 页面 描述了 solr 可用的所有突出显示参数。

Add this to your query string:

hl=true&hl.fl=*

which tells solr to highlight the fields where the matches were made.

This solr wiki page describes all the highlighting parameters available with solr.

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