【问题标题】:Drupal - What is Server and index in Search Api DrupalDrupal - Search Api 中的服务器和索引 Drupal
【发布时间】:2013-02-22 13:46:06
【问题描述】:

我花了 2 天时间学习 Drupal 中的“Seach Api Module”

    Somebody can explain for me , What is Purpose of "Server"
 and "Index" in "Search APi Module",
    Why we need to Create "Server" and "Index", and We Can I find them, Does 
"Index" create a xml file like Solr Server

提前致谢!

【问题讨论】:

    标签: search drupal-7 drupal-modules


    【解决方案1】:

    服务器 是执行搜索的对象以及保存由索引定义的内容的位置。一个示例是 Database Search 或 Search API Solr。

    索引定义了哪些字段将被索引,以及与您的搜索相关的其他设置,例如构面。它与一种内容类型相关联,例如节点、分类术语或用户。

    如果您安装了 Search API,您可以在 example.com/admin/config/search/search_api 找到设置。在那里你可以添加你的服务器并定义你的索引。

    【讨论】:

      猜你喜欢
      • 2018-09-16
      • 2014-05-22
      • 1970-01-01
      • 2011-03-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多