Solr 索引 HTML 实体

发布于 2024-11-12 08:41:17 字数 222 浏览 4 评论 0原文

我正在通过 Solr 索引文档,这些文档是从网络上抓取的。这些文档包含 HTML 实体(例如 ££)。这些文件大多包含中欧字符。是否有任何 charfilter 可以完成此任务?我知道 solr.MappingCharFilterFactory,但使用它意味着我必须自己定义映射。我会对社区维护的共享解决方案感到更满意。感谢您的帮助!

I am indexing documents by Solr, which were scraped from the web. The documents contain HTML entities (such as £ or £). Mostly the documents contain central european characters. Is there any charfilter for this task? I know solr.MappingCharFilterFactory, but using this would mean, that I have to define the mappings myself. I would be happier with a shared solution maintained by a community. Thanks for your help!

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

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

发布评论

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

评论(1

微凉徒眸意 2024-11-19 08:41:17

solr.HTMLStripCharFilterFactory,它转换 HTML 实体,但它也会剥离 HTML 标签。

There is solr.HTMLStripCharFilterFactory, which converts HTML entities, but it also strips HTML tags.

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