この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi all,
I'm fairly new to AEM, and was wondering if there is a way to use the core AEM search to index data outside of the AEM platform. We have a 3rd party system that has specific data that we'd like to have in our search results. Any help would be greatly appreciated!
Thanks,
Danny
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Hi,
Yes, it can be possible by using SOLR Search in AEM. See this below Slide Share:
Also, see this community article Integrating SOLR search with AEM
//https://helpx.adobe.com/experience-manager/using/aem_solr.html
Hope this helps!
~ Ratna.
表示
返信
いいね!の合計
Hi,
Yes, it can be possible by using SOLR Search in AEM. See this below Slide Share:
Also, see this community article Integrating SOLR search with AEM
//https://helpx.adobe.com/experience-manager/using/aem_solr.html
Hope this helps!
~ Ratna.
表示
返信
いいね!の合計
Out of the box, AEM only searches within the JCR. To search out of AEM, you need to build a custom AEM service (an OSGi) that knows how to search external data.
For example, if you want to search data in a relational database - like MySQL, you can build an AEM Service that uses SQL to search a database. Something like:
http://scottsdigitalcommunity.blogspot.ca/2013/09/injecting-datasourcepool-service-into.html
Hope this helps.
表示
返信
いいね!の合計
You can also use SOLR to search:
http://scottsdigitalcommunity.blogspot.ca/2016/09/integrating-solr-with-adobe-experience.html
表示
返信
いいね!の合計
Hi Ratna,
This was very helpful, indeed. I haven't implemented anything yet, but looking at what you provided looks to be a great step in moving forward. Much appreciated!
-Danny
表示
返信
いいね!の合計