Hi @Sb2512 ,Please refer -https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrLookup.html . You can use https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/lookup/StringLookupFactory.html#mapStringLookup(java.util.Map)
We followed a similar approach suggested by @Tethich , but implemented it as a Git submodule since different teams were working on different sites. This setup allows each team to use its own repository for collaboration. Ideally, the Dispatcher module can be included in only one project, typically t...
Please refer to the following Adobe documentation:Moving and Merging TagsTag Search and Tag ListingYour old tag is still present in CRX with the cq:movedTo property pointing to the new tag value. The index is also present at:/oak:index/cqTagLucene/indexRules/cq:Tag/properties/cqMovedToHowever, this ...
Hi @RahulSi13 ,I would recommend raising an Adobe support request for this issue. Ideally, they might recommend some changes in your TTL to mitigate the delay post pipeline execution.
Hi @RahulSi13 ,Do you see this difference in the presence of the X-Cache header for similar requests when different CDNs serve the content?To investigate, check the Cache-Control header for the requests where the X-Cache header is missing. It may provide insights into whether caching rules are affec...
We don't need any specific settings to exclude nonprod content from crawling. By default, EDS will not index any content from *.aem.live or *.aem.page by loading default robots.txt with the config below. User-agent: *
Disallow: / Separate branches can be used for different environments
Hi @pratikshah ,If you are using git submodules then the settings.xml should be added under your parent project .cloudmanger/maven/settings.xml ex:<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.o...
Hi @Kamal_Kishor , We can use the widgetType@Property(label = "select the path", description = "Enter the poth", property = { "widgetType=pathbrowser", "pathbrowserRootPath=/content/myproject"})String path();