yagyesh11235 wrote... Hi , I am trying to access repository from external java application using JcrUtils. repository = JcrUtils.getRepository("https://localhost:7502/crx/server"); this works repository = JcrUtils.getRepository("https://localhost:5433/crx/server"); this doesn't workSo it works on po...
As Joerg asked, what version of Oak are you using? Simply open CRXDE Light and it displays the version. It may be that the index is trying to be rebuilt but you are shutting it down before the index has been rebuilt, hence the process starts again after a restart.Regards,Opkar
Hi Maggie,can you list the list URL to the original page, the JSON ouput for the jcr:content node and the vanity url you are trying? The image you attached does not have a vanity url set. For example on my author instance I just created a vanity URL (The same way Graham described) "/coats" for http:...
franciscoribeir wrote... I @leeasling I just saw this presentation. Thanks for your help!The presentation covers OAK 1.0.5 (AEM 6.0 SP1)Please try the suggestion from @Pacoolsky
Hi Alex,I saw your reply, I was just wondering if this is a supported configuration for AEM6, best to check with daycare. As it may cause issues if you deploy this in production and daycare say it is not a supported configuration.Regards,Opkar
Hi Alex,did you get this to work? The reason I ask is that the article is written for AEM5.x/CRX2, so not sure it would still apply to AEM6. Might be worth raising a daycare ticket to find out if this is still supported.Regards,Opkar
Hi Krish,sorry I just checked and the default cq:template is a property index and not a lucene index. When you run your query, is the performance adequate with the cqtemplate property index? I take it you are searching for pages with a specific cq:template value? The cost is calculated for each inde...
kautuksahni wrote... Hi Please have a look at this article, i hope this would act as some help to you. Link:- http://www.techaspect.com/blog/web-content-management/adobe-experience-manager/customizing-the-order-of-search-results Thanks and Regards Kautuk Sahni Kautuk,this is an older article and d...