Drupal +纳奇 +索尔

发布于 2024-10-02 05:35:21 字数 405 浏览 7 评论 0原文

我们即将启动一个由搜索引擎网站组成的项目。我们需要在其核心搜索引擎解决方案上实现一个具有社交功能的网站。显然,我们需要选择一个好的网络爬虫和全文搜索引擎。由于我们的团队拥有使用 Drupal 开发网站的丰富经验;该团队的一名成员提出了这个解决方案:将 Drupal 社交功能与作为网络爬虫的 Nutch 和作为 FTS 搜索引擎的 Solr 集成。

第一个问题:您对我们的选择有何看法?有没有办法让 Nutch 和 Solr 在 Drupal 中无缝工作?

第二个:是否有一些好的爬行/索引/搜索解决方案可以与 Drupal 很好地融合?

第三个问题:(根据团队成员的建议)如何使用 Wicket 这样的 UI Java 框架对整个站点进行编码,并将其与 Nutch 和 Solr 集成,因为这三种技术都是基于 Java 的?

谢谢

We're about to start a project consisting of a search engine website. We need to implement a site that has social functionalities upon it's core search engine solution. Obviously, we need to choose a good web crawler along with a full text search engine. Since our team have good experience developing websites with Drupal; a member of the team came up with this solution: integrating Drupal social functionalities with Nutch as a web crawler and Solr as the FTS search engine.

First question: What do you think of our choice? Is there a way to make Nutch and Solr work seamlessly within Drupal?

Second one: Is there any way some good crawling/indexing/searching solutions that merge well with Drupal?

Third question: (as suggested by a member of the team) What about coding the entire site with a UI Java framework like Wicket and integrate it with Nutch and Solr since all three technologies are Java based?

Thanks

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

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

发布评论

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

评论(2

半透明的墙 2024-10-09 05:35:21

我和其他一些人正在研究这个问题,并准备好了可供使用的定制解决方案。

首先,请加入 groups.drupal.org 上的讨论:http://groups.drupal。 org/lucene-nutch-and-solr
然后,查看 Drupal 的 nutch 模块:drupal.org/project/nutch

最后,如果您需要让它与多种语言或多站点环境一起使用,您将需要我编写的代码最终将作为 drupal.org nutch 项目的一部分发布,但目前还没有。请观看问题队列或直接与我联系以获取解决方案。

——罗伯特

I and some others are working on this and have bespoke solutions ready for use.

First, please join the discussion on groups.drupal.org: http://groups.drupal.org/lucene-nutch-and-solr
Then, check out the nutch module for Drupal: drupal.org/project/nutch

Finally, if you need to have it work with with multiple languages or in a multi-site environment, you'll need code that I've written and that will eventually be released as part of the drupal.org nutch project, but which isn't there yet. Watch the issue queue or contact me directly to get your hands on it.

-Robert

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