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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies