この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi All,
The http://localhost:4502/etc/solr/solrindexer.html url opens up an empty page when checked in aem 6.5.
However, this is working in version 6.4. Couldnt find a more recent article on integration with 6.5
Could anyone advice on this issue ?
Reference :https://helpx.adobe.com/experience-manager/using/aem_solr64.html
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Best thing is create a new project from latest AEM maven archetype and start copy pasting code as needed from the integration post along with pom dependencies..
If you want to upgrade, start comparing dependencies version from newly created project vs the post
Ex: uberjar which is 6.3.0 in that post, to run on 6.5 you need 6.5.0 or more etc..
Hey Bino,
This article has been created and tested on AEM 6.4.
If you want to use this code in 6.5 you need to perform upgrade of this demo code from 6.4 to 6.5 then it would work.
Regards,
Peter
表示
返信
いいね!の合計
表示
返信
いいね!の合計
Best thing is create a new project from latest AEM maven archetype and start copy pasting code as needed from the integration post along with pom dependencies..
If you want to upgrade, start comparing dependencies version from newly created project vs the post
Ex: uberjar which is 6.3.0 in that post, to run on 6.5 you need 6.5.0 or more etc..
Hi,
we had the same problem in 6.5 but it also exists in 6.4 until SP4 with the example code from documentation.
Can you please describe how you fixed it because the marked answer I do not understand because ueber.jar in 6.4 is the same as in 6.4.4. The difference is that the page is white in 6.4.4 but works in 6.4.3.
Hope you can help me.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
Hello, I also encountered this kind of problem in AEM6.2 and AEM6.4,
but I have solved it now. My reason is because http://localhost:4502/etc.clientlibs/clientlibs/granite/utils.js The self.eval method is inconsistent with the original version;
Eval("") is used in AEM6.2;
JSON.parse("") is used in AEM6.4;
Therefore I modified the indexingoptions.json in AEM6.4 to [ { "value": "indexPages", "text": "Index Pages", "qtip": "Index Pages" } ]
Hope it helps you
Thank you😄
表示
返信
いいね!の合計
表示
返信
いいね!の合計