【问题标题】:Can we integrate Apache solr search in Magento Community Edition我们可以在 Magento 社区版中集成 Apache solr 搜索吗
【发布时间】:2013-02-07 11:53:10
【问题描述】:

我想知道我们能否在 magento 社区版 1.7.0.2 中集成 apache solr 搜索 到目前为止,我尝试使用此链接安装 solr solr apache installation on windows。我可以使用本教程安装 solr。但是如何将 solr 搜索与 magento 集成?

【问题讨论】:

  • 您找到 Magento CE 版的解决方案了吗?我正在使用 Magento 2.1.3 CE。如果您找到任何解决方案,请提供信息。

标签: magento solr


【解决方案1】:

只有 EE 支持从头开始集成 Solr,但有一些社区第三方模块可用:

或者自己构建一个基于 PHP Solr 库之一的扩展:

【讨论】:

【解决方案2】:

magentix/Solr,参见https://github.com/magentix/Solr,使用了一种非常简单的策略来更新搜索索引。较大的数据集(或需要大量内存)会有限制。它只是将 catalogsearch_fulltext 表的内容写入 Solr 索引,将整个数据保存在内存中。这已在 1.1.0 版本中观察到。

solrgento,请参阅http://solrgento.de/,通过在 Magento 索引更新过程中的紧密集成,使用更复杂的 solr 索引更新方法。它甚至可以毫无问题地处理非常大的产品和属性集。对模块的支持非常灵敏。

【讨论】:

    【解决方案3】:

    我刚刚发布了一个基于 Solarium 的全新免费 Magento 扩展。 它的质量比 Magenix Solr 好得多。 支持自动更正搜索字词。

    Extension on Magento Connect

    GitHub repo

    【讨论】:

      猜你喜欢
      • 2020-09-19
      • 2021-09-16
      • 1970-01-01
      • 1970-01-01
      • 2017-02-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多