如何强制 Solr 返回完整的字段内容?

发布于 2024-12-01 15:22:21 字数 279 浏览 1 评论 0原文

我发现了很多关于如何强制 Solr 截断字段内容的问题(例如 这个),但我遇到了相反的问题。当搜索(从 Solr admin 和 Solrj)时,我只得到长文本字段的片段。如何强制它返回完整字段的内容

我想这也与荧光笔有关,但如何获得这样的功能并不明显。

I found lots of questions about how to force Solr to truncate field's contents (like this one), but I got an opposite problem. When searching (from both - Solr admin and Solrj) I'm getting only snippets for long text fields. How can I force it to return complete field's contents?

I guess it is also about highlighters, but it isn't obvious how to get such functionality.

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

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

发布评论

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

评论(1

时光瘦了 2024-12-08 15:22:21

在您走得太远之前,我会仔细检查您的索引代码,以确保它不会在数据到达 Solr 之前截断数据。这似乎是数据被截断的可能性非常大的地方。

Before you go too far, I'd take a good, hard look at your indexing code to make sure its not truncating the data before it gets to Solr. That seems a much, much more likely place for the data to get truncated.

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