简体   繁体   English

使用AEM 6.1配置SOLR索引

[英]Configure SOLR indexing with AEM 6.1

I am trying to configure SOLR indexing with AEM 6.1 but struggling with the following: - 我正在尝试使用AEM 6.1配置SOLR索引,但在以下方面苦苦挣扎:-

  1. What type of installation should be used for SOLR (embedded v/s remote). SOLR(嵌入式v / s远程)应使用哪种安装类型。
  2. How to configure the selected installation with AEM 6.1. 如何使用AEM 6.1配置所选的安装。
  3. How to determine whether the indexing has been successfully done. 如何确定索引是否已成功完成。

Any help would be extremely appriciated. 任何帮助将是极度奉献的。

I did lot of research on SOLR with AEM 6.0. 我使用AEM 6.0对SOLR进行了大量研究。 I think I can answer to your question. 我想我可以回答你的问题。

  1. It depends on what are the requirements of the client. 这取决于客户的要求。 If the clients needs a quick search response and it have lot of content, you should prefer remove vs embedded. 如果客户需要快速的搜索响应并且内容很多,则应首选remove还是Embedded。 If the site has small content, the embedded could be sufficient. 如果网站内容较小,则嵌入就足够了。 The remote permit to have a sharded cluster, so you can optimize the concurrent search response by adding more shared 远程许可具有分片群集,因此您可以通过添加更多共享来优化并发搜索响应
  2. The documentation of AEM is pretty well documented about this. AEM的文档对此进行了很好的记录。 You can find here: https://docs.adobe.com/docs/en/aem/6-1/deploy/platform/queries-and-indexing.html 您可以在这里找到: https : //docs.adobe.com/docs/en/aem/6-1/deploy/platform/queries-and-indexing.html
  3. Finally you can see the indexation well configured by enabling the logging configuration about the search (Look for to Enable Logging in the previous URL). 最后,您可以通过启用有关搜索的日志记录配置(在先前的URL中查找以启用日志记录)来看到索引配置正确。 You can test your search with tool in the ACS-Common with tools in ACS-Tools ( http://adobe-consulting-services.github.io/acs-aem-tools/ ) 您可以使用ACS-Common中的工具和ACS-Tools( http://adobe-consulting-services.github.io/acs-aem-tools/ )中的工具来测试您的搜索

Hope this will help you. 希望这会帮助你。 Stéphane 斯特凡

I've stumbled upon these projects, as I searched for AEM Solr integration: 在搜索AEM Solr集成时,我偶然发现了这些项目:

Maybe it will help you with the Solr integration and configuration. 也许它将帮助您进行Solr集成和配置。 And as already mentioned above, the type of installation highly depends on your customer requirements. 如上所述,安装类型在很大程度上取决于您的客户要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM