使用 ROME 搜索 RSS 源
我正在 Java 环境中使用 ROME 读取和组合 RSS 提要(缓存是通过 EhCache 完成的)。 Rome API 是否内置了功能,允许您搜索提要(或不同提要的组合)的内容,然后组合满足特定搜索条件的内容?
我正在考虑通过阅读提要内容并使用正则表达式或其他方式进行搜索来自己实现这一点,但如果可用的话,我宁愿使用内置的 API 逻辑(我在这里查看了罗马教程:
http://wiki.java.net/bin/view/Javawsxml/Rome05TutorialFeedAggregator
...但不能找不到任何与提要搜索相关的内容)。
I'm using ROME to read and combine RSS feeds (caching is done with EhCache) in a Java environment. Is there functionality built in to the Rome API that allows you to search the contents of a feed (or a combination of different feeds) and then combine the ones that meet a specific search criteria?
I'm thinking of implementing that myself by reading the feed contents and searching using a Regex or whatever, but would rather use built-in API logic if it's available (I've looked at the Rome tutorials here:
http://wiki.java.net/bin/view/Javawsxml/Rome05TutorialFeedAggregator
...but couldn't find anything specifically feed-search-related).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相当确定没有内置搜索功能。
I'm fairly certain there is not built in search capability.