如何强制 Solr 返回完整的字段内容?
我发现了很多关于如何强制 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您走得太远之前,我会仔细检查您的索引代码,以确保它不会在数据到达 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.